Alex Hagiopol
|
72a21d63d0
|
Killed useless tests.
|
2016-04-11 18:22:51 -04:00 |
Alex Hagiopol
|
70b2aab352
|
Deprecated all inline functions in Matrix.h.
|
2016-04-11 15:11:29 -04: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 |
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 |
cbeall3
|
f049c45863
|
Handle SVD sign ambiguities. Fixes issue #112
|
2014-09-30 15:27:19 -04:00 |
dellaert
|
8dba25f532
|
Rationalized some cholesky-related code as I was looking at it.
|
2014-05-28 10:36:26 -04:00 |
cbeall3
|
ba8db019da
|
Adding unit test for skewSymmetric because there's a strange warning elsewhere
|
2014-05-06 12:06:07 -04:00 |
jing
|
08f048f70e
|
clean up
|
2014-01-23 19:26:22 -05:00 |
Richard Roberts
|
655f9eddb7
|
Fixed unit tests for built-in comma initiailizer
|
2013-12-16 21:55:33 +00:00 |
Richard Roberts
|
880d9a8e3c
|
Switched to new Eigen built-in special comma initializer
|
2013-12-16 21:33:12 +00:00 |
Jing Dong
|
b806db8b20
|
Fix Matrix_(...) to Mat() <<... in gtsam/base
|
2013-11-13 00:04:59 +00:00 |
Jing Dong
|
5d588b89e3
|
Fix Vector_() to Vec() in gtsam/base
|
2013-10-20 06:05:36 +00:00 |
Richard Roberts
|
7573b7e582
|
Comma initialization without .finished()
|
2013-10-13 20:21:51 +00:00 |
Alex Cunningham
|
0cb6e97803
|
Added stack function that takes a vector of matrix blocks
|
2013-08-09 16:24:45 +00:00 |
Duy-Nguyen Ta
|
bcae0afd31
|
Putting sub matrices along the diagonal of a big matrix. dexpL for Rot3 and Point3
|
2013-08-06 14:24:10 +00:00 |
Chris Beall
|
4297d24c96
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
Richard Roberts
|
0e46b02374
|
Added >> stream operator to Matrix to easily read from input streams
|
2012-06-22 22:51:32 +00:00 |
Frank Dellaert
|
f15d242a78
|
There was no unit test for DLT. Guess what, it never survived the switch to Eigen. Fixed now.
|
2012-06-16 03:23:38 +00:00 |
Alex Cunningham
|
98410ca5c9
|
Merge branch 'unified_constraints'
Conflicts:
gtsam/linear/NoiseModel.cpp
gtsam/linear/NoiseModel.h
gtsam/linear/tests/testNoiseModel.cpp
|
2011-11-09 22:15:40 +00:00 |
Richard Roberts
|
d57feb54b4
|
Bug fix in inverse_square_root
|
2011-11-07 17:31:35 +00:00 |
Chris Beall
|
97773d8021
|
cleaned up svd
|
2011-10-03 19:28:51 +00:00 |
Alex Cunningham
|
a22586362b
|
Changed the default Matrix to use column major, rather than row major. Removed Matrix-inl.h, as it isn't used
|
2011-06-04 22:15:23 +00:00 |
Alex Cunningham
|
2e942f08ac
|
Removed some extraneous comments from eigen transition
|
2011-05-20 18:43:37 +00:00 |
Alex Cunningham
|
e20561be73
|
Merge branch 'eigen'
|
2011-05-20 13:52:08 +00:00 |
Richard Roberts
|
739764ca8e
|
linear_dependent prints when not linearly dependent, like assert_equal. Added linear_independent to check the opposite.
|
2010-11-19 17:19:26 +00:00 |
Richard Roberts
|
2c90e3d836
|
Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'.
|
2010-10-25 20:10:33 +00:00 |