gtsam/gtsam_unstable
Toni c073473f5b Merge branch 'develop' of github.com:borglab/gtsam into fix/warning_in_smart_factor
* 'develop' of github.com:borglab/gtsam: (65 commits)
  type in test hidden by duplicate test values
  auto and reserve fewer
  replace sparseJacobian with "fast" version
  disambiguate double template >>
  fix comment and remove whitespace diff
  remove InPlace jacobian from .h file
  remove unnecessary function overloads and typedefs
  use standard function to check for empty string
  fix bug in Pose2 print
  formatting
  revert Matrix.h
  remove templating while maintaining efficiency Templating still used in cpp file for generic-ness, but not exposed anymore
  move SparseMatrixBoostTriplets typedef to gfg
  add known issues section with info about march=native
  Revert "upgrade minimum required Boost version to 1.67."
  upgrade minimum required Boost version to 1.67.
  populate sparse matrix with `insert` rather than `setFromTriplets` About 5% speed improvement.
  eliminate copy/pasta from SparseEigen with generic version of sparseJacobian
  more generic sparseJacobianInPlace function
  add generic optional parameters to sparseJacobian Also, the unit test changed due to a 0 entry that was previously wrongly included in the b-column of the sparse representation.
  ...
2021-01-28 22:49:06 -05:00
..
base Prefer C++11 nullptr 2020-04-06 23:31:05 +02:00
discrete fix return copy 2020-07-26 20:20:14 -04:00
dynamics Fix all new gcc warnings/errors: make explicit virtual/override methods. 2020-07-26 11:20:42 +02:00
examples Move example to gtsam_unstable 2021-01-18 14:41:28 -05:00
geometry Similarity3 test only for Rot3 Expmap 2020-11-11 22:46:39 -05:00
linear enforce constant term in quadratic to be 0 2020-11-19 12:40:38 -05:00
nonlinear Removed reference for iterating over values. Also used auto where I could, when changing. 2021-01-04 20:46:16 -05:00
partition rename libmetis -> libmetis-gtsam to avoid collision with system libs 2020-06-01 16:20:56 -04:00
slam Merge branch 'develop' of github.com:borglab/gtsam into fix/warning_in_smart_factor 2021-01-28 22:49:06 -05:00
testing_tools Deprecated all inline functions in Matrix.h. 2016-04-11 15:11:29 -04:00
timing Fixed compilation and removed absolute path. 2020-08-21 11:01:28 -04:00
CMakeLists.txt Initial migration 2020-08-17 17:13:10 -04:00
gtsam_unstable.i remove all LieScalar/LieVector/LieMatrix references from wrapper 2020-09-26 18:01:26 -04:00
mainpage.dox gtsam_unstable now builds and tests pass 2012-05-03 17:03:25 +00:00