Commit Graph

26 Commits (7abba7cc98a304c31a39736058d87a412c0fb114)

Author SHA1 Message Date
Varun Agrawal ff1f37c26f replaced fabs with c++11 std::abs 2019-09-18 18:30:26 -04:00
= ab1f6562c8 Fixes compile errors when using BOOST version 1.61.0 2016-08-06 00:59:07 -04:00
dellaert 6f509a34fd Fix two small problems 2016-06-08 09:53:30 -07:00
Frank Dellaert 3fda4dd33a Fix issues to compile with class version of Point2. 2016-06-06 22:26:44 -07:00
Frank Dellaert a97502f5a1 Resolved all issues with typedefs 2016-06-06 21:57:52 -07:00
Frank aa40b266f6 Make changes needed to deal with typdef flag activation 2016-06-06 19:02:52 -07:00
dellaert bdbbe0203d Derive Point2 from Vector2 and deprecate a number of methods 2016-06-05 23:52:04 -07:00
dellaert 72fe66d468 Removed headers 2016-05-22 14:22:36 -07:00
Frank 0372a959ee Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
dellaert 99a50a2f87 Split up concepts into Group/Manifold/Lie/VectorSpace. Also fixed some implementations and put in exceptions elsewhere, rather than CONCEPT_NOT_IMPLEMENTED macro. 2014-12-22 02:50:52 +01:00
Natesh Srinivasan 4e557d38e6 updated Matrix.h with commonly used matrices. 2014-12-03 09:59:10 -05:00
nsrinivasan7 d9b6aed23c Point2 changed to fixed size matrices. Make check works 2014-11-30 17:24:02 -05:00
dellaert 6505e602d8 FixedRef is now OptionalJacobian 2014-11-28 17:14:26 +01:00
dellaert e061143095 norm derivatives 2014-10-03 11:38:38 +02:00
Richard Roberts 880d9a8e3c Switched to new Eigen built-in special comma initializer 2013-12-16 21:33:12 +00:00
Jing Dong 763083d2db Fix Matrix_(...) to Mat() <<... in gtsam/base & gtsam/geometry 2013-11-13 04:50:42 +00:00
Frank Dellaert d041c5b8a8 Split up circle intersection code into three routines that are used in SmartRangeFactor 2013-06-24 08:24:56 +00:00
Frank Dellaert 140e8a8c7a On the way to quality of circle intersections 2013-06-23 10:53:07 +00:00
Frank Dellaert 133dd1cae5 circle-circle intersection 2013-06-22 15:10:51 +00:00
Frank Dellaert e35c73388f Simplified Pose2::range 2013-06-22 05:06:15 +00:00
Frank Dellaert ffc3935cf3 Added derivatives to distance 2013-06-22 04:42:45 +00:00
Frank Dellaert d20155c661 Used << 2013-06-07 14:03:27 +00:00
Frank Dellaert 7fcdc467c1 Added stream operator << and renamed dist to distance 2013-06-05 16:10:16 +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
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