Sungtae An
e1ace9b62a
Add a unit test for GaussianFactorGraphSystem::multiply and getb
2015-01-31 03:33:19 -05:00
Chris Beall
7cdbac4b5c
Fix warnings by latest CMake 3.1. Variables should be unquoted: Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted.
2015-01-16 09:33:02 -05:00
Sungtae An
e13243b140
Merge branch 'develop' into feature/RegularFactors
...
Conflicts:
gtsam/linear/GaussianFactorGraph.cpp
gtsam/linear/JacobianFactor.cpp
gtsam/linear/JacobianFactor.h
tests/testPreconditioner.cpp
2015-01-01 17:50:27 -05:00
dellaert
e5017984a1
traits_x -> traits
2014-12-26 16:47:51 +01:00
dellaert
74c588aee9
Re-factored scalar traits and fixed Matrix traits (bug in RowMajor, compile issues for dynamic types)
2014-12-26 16:11:53 +01:00
dellaert
7213f0b2eb
Moved Canonical to AdaptAutoDiff.h for now
2014-12-25 17:42:44 +01:00
Mike Bosse
52ec4f0784
fixed serialization tests
2014-12-23 12:35:49 +01:00
dellaert
5473550eea
Using traits in many places (forced by loss of Point2 mojo)
2014-12-22 16:02:33 +01:00
dellaert
06c3696176
Fixed more problems so everything compiles now after splitting up concepts into Group/Manifold/Lie/VectorSpace. Still 25 tests that fail.
2014-12-22 02:52:31 +01:00
dellaert
79d8514528
MASSIVE edit: made Testable its own concept, and moderinized Testable.h to use Testable traits. This required adding Testable traits in many classes.
2014-12-21 22:02:57 +01:00
dellaert
0c74ed8686
Measurement should be Point2
2014-12-21 22:02:57 +01:00
Mike Bosse
c607f48a3c
fixed some Point2 constructions
2014-12-21 18:50:01 +01:00
dellaert
00b374c9e9
Merge remote-tracking branch 'origin/develop' into feature/tighteningTraits
...
Conflicts:
gtsam/base/LieScalar.h
gtsam/geometry/Point2.h
2014-12-21 14:39:23 +01:00
Mike Bosse
99d2203617
bit more progress
2014-12-18 22:43:16 +01:00
Mike Bosse
263d4e163c
more progress, need to fix testSO3.cpp and testManifold.cpp
2014-12-17 22:53:56 +01:00
Sungtae An
f6dd14126d
Revert commits related with fixing PCG (reverted from commit 1f827fae43
)
2014-12-07 18:26:09 -05:00
Sungtae An
06b82ce3e3
Clean up the code
2014-12-04 23:30:27 -05:00
Sungtae An
558bee685e
Remove tests associated with older version (Yong-Dian) of BlockJacobiPreconditioner::build
2014-12-04 22:57:44 -05:00
Sungtae An
7760a802ab
Remove tests using deprecated testable functions (getBuffer, getBufferSize)
2014-12-04 22:33:53 -05:00
Sungtae An
c2b5b152a4
Change the noise model as non-isotropic in the test of PCG solver with a simple linear system
2014-12-04 22:14:46 -05:00
Sungtae An
f3bbe604d6
temporary printing out for test
...
Fix Eigen comma initialization
2014-12-01 05:07:43 -05:00
Sungtae An
b601eb0f92
Add temporary tests
2014-12-01 05:04:17 -05:00
Sungtae An
332b3f9da9
Add tests for preconditioner and solver
2014-12-01 05:02:02 -05:00
dellaert
72644b8ff3
Fixed headers
2014-11-26 17:31:40 +01:00
dellaert
c2e38633b5
Merge remote-tracking branch 'origin/develop' into feature/BAD_custom_chart
...
Conflicts:
gtsam_unstable/nonlinear/ExpressionFactor.h
2014-11-26 11:20:56 +01:00
dellaert
084de3350e
Formatting
2014-11-25 08:47:25 +01:00
Chris Beall
e34a237162
Merged in feature/ordering (pull request #34 )
...
METIS Ordering
2014-11-24 18:04:35 -05:00
Sungtae An
02131057ee
Add temporary tests
2014-11-24 09:21:16 -05:00
Richard Roberts
f9ca07e610
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
2014-11-23 10:22:25 -08:00
Richard Roberts
aa093a35da
Updated all comma initializer usages to use .finished()
2014-11-22 16:35:27 -08:00
Sungtae An
e72b346592
Add tests for preconditioner and solver
2014-11-20 19:03:20 -05:00
cbeall3
36a485169d
Refactor Ordering parameters. Now compiles and passes with gcc
2014-11-17 16:16:52 -05:00
Sungtae An
ee3c7ce182
Add a different test for building blocks
2014-11-14 14:09:42 -05:00
dellaert
e2aef1b325
Merge remote-tracking branch 'origin/develop' into feature/BAD
2014-11-14 01:31:49 +01:00
HannesSommer
fed2c8b684
added missing square matrix specialization - without it, square to square cases would be ambiguous.
2014-11-10 16:35:23 +01:00
HannesSommer
6d04309dfb
* cleaned up and optimized a bit the Eigen matrices' DefaultChart
...
* also added a few unit tests more for those chars
2014-11-09 17:48:52 +01:00
HannesSommer
9f765c7496
micro cleanup
2014-11-09 10:27:23 +01:00
HannesSommer
6cfc4c45d2
* implemented traits::identity for Eigen matrices
...
* simplified the traits::dimension for Eigen matrices
* added some tests for traits::identity and traits::zero
* got rid of a compiler warning (signed vs. unsigned) in Matrix.cpp
2014-11-08 13:51:24 +01:00
Sungtae An
7bbd0513f4
Add the first unit test for Block-Jacobi Preconditioner
2014-11-06 23:14:52 -05:00
Sungtae An
a89781a9e6
Add some comments
2014-11-06 14:26:46 -05:00
dellaert
c332a44c5e
No more LieVector
2014-11-04 15:44:20 +01:00
dellaert
d06de2f044
Reverted to LieScalar until Prior and Between factors fixed
2014-11-04 14:26:50 +01:00
dellaert
b5327673fb
Get rid of LieVector
2014-11-03 11:02:15 +01:00
dellaert
492c607f9e
No more Lie types
2014-11-03 09:27:40 +01:00
Mike Bosse
82f6ed5ca8
inserted spaces after commas
2014-10-28 14:15:34 +01:00
Mike Bosse
bc094951ed
all values in Values container are now a ChartValue<ValueType, Chart=DefaultChart<ValueType> >
...
ChartValues are GenericValues and a Chart, which defaults to DefaultChart
had to make charts functional (ie no storage of the chart origin) so that they could be zero sized base class
otherwise there would have been a double of the memory for values (ones for the value, and once for the chart origin, which default to the same)
most tests work, execept for serialization based stuff, and const filtering of values.
2014-10-28 00:57:44 +01:00
dellaert
5a792c8847
No Cayley in quaternion mode
2014-10-22 21:55:35 +02:00
dellaert
06af482d61
Added test for Rot3 - all is good
2014-10-21 23:07:38 +02:00
dellaert
224b71d696
Created testManifold
2014-10-21 12:54:28 +02:00
dellaert
e46a8b05eb
Some mode readable matrix types
2014-10-11 23:06:57 +02:00