Mike Bosse
|
79ea949df9
|
added placeholder for needed numerical derivative test
|
2014-12-15 23:29:59 +01:00 |
dellaert
|
a89b4d2168
|
empty_ is gone
|
2014-11-28 17:13:54 +01:00 |
dellaert
|
bd342261e4
|
New OptionalJacobian header/cpp, moved unit test to base
|
2014-11-28 14:57:05 +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 |
dellaert
|
049631e530
|
Avoid re-allocating vertical offsets
|
2014-11-02 12:57:13 +01:00 |
dellaert
|
a29f09423c
|
Merge branch 'develop' into feature/BAD
Conflicts:
gtsam/linear/tests/testGaussianBayesNet.cpp
|
2014-10-22 13:56:27 +02:00 |
dellaert
|
1eb5e185e5
|
New numericalDerivatives with traits an Charts - still some segfaults, *and* there should be no need for (a) multiple prototypes to match against c++ pointers, (b) the use of explicit template arguments. A task for someone...
|
2014-10-21 18:50:52 +02:00 |
cbeall3
|
f049c45863
|
Handle SVD sign ambiguities. Fixes issue #112
|
2014-09-30 15:27:19 -04:00 |
Richard Roberts
|
fe235b1209
|
Building timing scripts using new timing script support in GtsamTesting.cmake. Fixed compile errors in timing scripts but disabled a couple.
|
2014-06-07 19:02:11 -07: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 |
Luca
|
6f692b1547
|
Merge branch 'develop'
Conflicts:
gtsam/base/SymmetricBlockMatrix.cpp
gtsam/linear/JacobianFactor-inl.h
gtsam_unstable/geometry/tests/testTriangulation.cpp
|
2014-03-12 12:57:59 -04:00 |
dellaert
|
95c13d64dc
|
Minimal unit test, forgotten by @richardroberts :-)
|
2014-02-15 12:10:41 -05:00 |
Richard Roberts
|
661a157553
|
Working on standardizing/simplifying building unit tests and examples. Much simpler cmake function to add a glob of tests, doing away with convenience libraries, and removing other options that we never change from their defaults.
|
2014-02-13 01:34:31 -05:00 |
jing
|
08f048f70e
|
clean up
|
2014-01-23 19:26:22 -05:00 |
jing
|
8c4aa2b9a6
|
remove all LieMatrix(sizt_t m, ...), which also has dangerous behavior
|
2014-01-23 18:46:01 -05:00 |
jing
|
96296333ae
|
remove all LieVector(size_t m, ...), which doesn't check parameter's type and it's also dangerous
|
2014-01-23 18:35:29 -05:00 |
jing
|
c4eec5d549
|
fix Vector_() remained
|
2014-01-23 02:16:04 -05:00 |
jing
|
5e9540470a
|
modified Vector_() in gtsam/base and gtsam/geometry folders
|
2014-01-23 01:17:07 -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 |
Richard Roberts
|
5f87cbea7f
|
New SymmetricBlockMatrix interface - should be safer as all exposed functions use symmetric matrix expressions and the internal uninitialized values below the diagonal are never exposed.
|
2013-11-26 23:49:53 +00:00 |
Jing Dong
|
e4d56df32e
|
Fix Matrix_(...) to Mat() <<…
|
2013-11-14 05:39:29 +00:00 |
Jing Dong
|
763083d2db
|
Fix Matrix_(...) to Mat() <<... in gtsam/base & gtsam/geometry
|
2013-11-13 04:50:42 +00:00 |
Jing Dong
|
b806db8b20
|
Fix Matrix_(...) to Mat() <<... in gtsam/base
|
2013-11-13 00:04:59 +00:00 |
Frank Dellaert
|
48dd3cb769
|
DSF with Map, allows more general types
|
2013-10-26 17:57:03 +00:00 |
Frank Dellaert
|
4727696de5
|
Split matching example over Base and Vector
|
2013-10-26 15:44:40 +00:00 |
Frank Dellaert
|
482777a938
|
new names find/merge, made it clear DFSVector operations are expensive
|
2013-10-26 15:42:17 +00:00 |
Frank Dellaert
|
ddd7c6663f
|
Split DSFVector into two classes
|
2013-10-26 15:16:41 +00:00 |
Frank Dellaert
|
0dbd016ca9
|
Cleaned up DSFVector and added pairwise matches example
|
2013-10-26 15:02:30 +00:00 |
Jing Dong
|
5d588b89e3
|
Fix Vector_() to Vec() in gtsam/base
|
2013-10-20 06:05:36 +00:00 |
Richard Roberts
|
9dfd9297f3
|
Fixed row/col major bug in LieMatrix Lie group Logmap
|
2013-10-13 22:21:02 +00:00 |
Richard Roberts
|
7573b7e582
|
Comma initialization without .finished()
|
2013-10-13 20:21:51 +00:00 |
Richard Roberts
|
fdced7dbcf
|
Prototype of special comma initializer in unit test only
|
2013-10-10 16:39:15 +00:00 |
Richard Roberts
|
f1c9322d37
|
Removed old VerticalBlockView and SymmetricBlockView (replaced with VerticalBlockMatrix and SymmetricBlockMatrix)
|
2013-08-12 21:41:05 +00:00 |
Richard Roberts
|
4585fd1caa
|
Merge branch 'svn/trunk'
Conflicts:
gtsam/navigation/tests/testInertialNavFactor_GlobalVelocity.cpp
gtsam/nonlinear/ISAM2.cpp
gtsam/nonlinear/ISAM2.h
gtsam/slam/tests/testBetweenFactor.cpp
gtsam_unstable/nonlinear/ConcurrentBatchFilter.cpp
gtsam_unstable/nonlinear/tests/testConcurrentBatchFilter.cpp
gtsam_unstable/nonlinear/tests/testConcurrentBatchSmoother.cpp
gtsam_unstable/slam/SmartProjectionFactor.h
|
2013-08-11 18:16:56 +00:00 |
Alex Cunningham
|
0cb6e97803
|
Added stack function that takes a vector of matrix blocks
|
2013-08-09 16:24:45 +00:00 |
Alex Cunningham
|
4d357fd639
|
Fixed small issue with ambiguous function
|
2013-08-07 19:58:58 +00:00 |
Richard Roberts
|
e2f8dd866d
|
Merge branch 'svn/trunk'
Conflicts:
gtsam/linear/GaussianBayesTree.cpp
gtsam/linear/GaussianBayesTree.h
gtsam/linear/VectorValues.h
gtsam/linear/tests/testVectorValues.cpp
gtsam_unstable/nonlinear/sequentialSummarization.cpp
|
2013-08-06 18:33:24 +00:00 |
Richard Roberts
|
2d60d2cdfa
|
Fixed more unit tests
|
2013-08-06 18:04:40 +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 |
Richard Roberts
|
123657e3d0
|
Merged from branch 'trunk'
|
2013-06-24 15:28:16 +00:00 |
Richard Roberts
|
974bef7bc8
|
Added serialization functions for fixed-size vectors
|
2013-06-22 15:40:11 +00:00 |
Richard Roberts
|
33443b3a13
|
Unit tests for DepthFirstForest and CloneForest
|
2013-06-06 15:36:53 +00:00 |
Richard Roberts
|
ec2df2df3c
|
More work on elimination and BayesTree
|
2013-06-06 15:36:51 +00:00 |
Stephen Williams
|
07c4c95f18
|
Added serialization unit tests for binary files
|
2013-05-08 13:23:46 +00:00 |
Richard Roberts
|
87f2755ec6
|
Fixed and reenabled broken timing scripts
|
2013-02-05 21:52:49 +00:00 |
Alex Cunningham
|
a33bc9c909
|
After enabling building of timing scripts on make all, there were several tests that don't compile. Broken tests are currently disabled in cmake, in both base and linear subfolders
|
2012-12-29 02:23:32 +00:00 |
Richard Roberts
|
89b50e7679
|
Renamed tic -> gttic and toc -> gttoc to avoid conflict with PCL tic/toc
|
2012-10-02 20:18:41 +00:00 |