Natesh Srinivasan
|
aad0b2876b
|
Changed Matrix.h to correct return values amd impleemnted rectangular matrix types.
Also changed block operations to <<
|
2014-12-03 15:16:55 -05:00 |
nsrinivasan7
|
deff8b1e25
|
fixed the (*) to -> and code some more code beautification.
|
2014-12-03 11:27:18 -05:00 |
nsrinivasan7
|
7116661a2e
|
changed naming convention of const matrices to _DxD. @dellaert
|
2014-12-03 10:58:09 -05:00 |
Natesh Srinivasan
|
4e557d38e6
|
updated Matrix.h with commonly used matrices.
|
2014-12-03 09:59:10 -05:00 |
nsrinivasan7
|
186b01fd71
|
Done with Point3 and fixed size matrices. make check works
|
2014-11-30 17:49:01 -05:00 |
dellaert
|
6505e602d8
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +01:00 |
dellaert
|
1e4905ef04
|
Now use new FixedRef type in all methods that I used fixed-sized matrices in to develop Expressions. All copy/paste bloat is now gone, and boost::none arguments are back.
|
2014-11-28 01:56:28 +01:00 |
dellaert
|
586ad610f8
|
Added more unit tests that expose compilation issue
|
2014-11-24 02:15:48 +01:00 |
dellaert
|
e061143095
|
norm derivatives
|
2014-10-03 11:38:38 +02:00 |
Frank Dellaert
|
2acffe885e
|
normalize
|
2014-01-05 16:25:14 -05:00 |
Duy-Nguyen Ta
|
6fc1464d7b
|
print Point3 in matlab's column vector style
|
2013-08-06 18:49:03 +00:00 |
Frank Dellaert
|
d20155c661
|
Used <<
|
2013-06-07 14:03:27 +00:00 |
Frank Dellaert
|
0789954ec5
|
Added stream operator <<
|
2013-06-05 18:43:54 +00:00 |
Chris Beall
|
4297d24c96
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
Alex Cunningham
|
2b9a3db085
|
Added Group concept, reworked naming and conventions to reduce unnecessary functions
|
2011-11-05 23:01:43 +00:00 |
Frank Dellaert
|
105041ae01
|
cmath rather than math.h
|
2011-03-21 15:05:40 +00:00 |
Richard Roberts
|
22eb95a82b
|
Added math.h which defines sqrt
|
2011-03-18 14:39:53 +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 |