Alex Cunningham
|
19928a9f37
|
Fixed compile bug due to typename keyword appearing outside of templates
|
2010-12-03 14:28:25 +00:00 |
Kai Ni
|
b55b9de27f
|
record iteration numbers
|
2010-12-03 03:23:35 +00:00 |
Richard Roberts
|
d9935519f9
|
Merged into trunk from branch combineandeliminate
|
2010-12-02 22:46:43 +00:00 |
Yong-Dian Jian
|
f661baacbb
|
add a struct to represent vector of symbols
|
2010-12-01 22:39:03 +00:00 |
Yong-Dian Jian
|
d57c4317ac
|
add a struct
|
2010-12-01 14:42:06 +00:00 |
Yong-Dian Jian
|
0f70bb2939
|
add a struct
|
2010-12-01 14:41:40 +00:00 |
Richard Roberts
|
17513a07d5
|
Cleaned up some application-specific functions in GaussianFactor and VectorValues.
|
2010-11-29 21:56:09 +00:00 |
Yong-Dian Jian
|
6fec4aa73e
|
comment
|
2010-11-29 06:20:34 +00:00 |
Richard Roberts
|
fd381e97bc
|
Slight speedup in Cholesky
|
2010-11-29 03:05:54 +00:00 |
Richard Roberts
|
5e00148315
|
Cholesky working but disabled by default
|
2010-11-29 01:31:51 +00:00 |
Yong-Dian Jian
|
7b2c62caea
|
add edivInPlace
|
2010-11-28 18:12:30 +00:00 |
Kai Ni
|
0625267187
|
make DSFVector support preallocated memory
|
2010-11-25 05:15:40 +00:00 |
Yong-Dian Jian
|
06c319f42c
|
fix bugs
|
2010-11-24 02:16:35 +00:00 |
Yong-Dian Jian
|
3ad9c9494e
|
add interface to access block matrix
|
2010-11-23 15:27:23 +00:00 |
Yong-Dian Jian
|
2a46762f8d
|
add comment
|
2010-11-23 15:08:11 +00:00 |
Richard Roberts
|
a9370dead4
|
Fixed indentation
|
2010-11-22 20:54:49 +00:00 |
Kai Ni
|
1e54c8c2c0
|
remove duplicated constructors
|
2010-11-22 09:18:01 +00:00 |
Kai Ni
|
e726f7c7af
|
remove backward compatible functions in NonlinearOptimizer
|
2010-11-21 22:00:22 +00:00 |
Richard Roberts
|
8bfd392b9f
|
Fixed more compile warnings
|
2010-11-19 20:56:00 +00:00 |
Richard Roberts
|
83f3e14261
|
Fixed some compile warnings
|
2010-11-19 20:36:13 +00:00 |
Richard Roberts
|
2fc5ab3bdb
|
Extra debugging checks for Cholesky
|
2010-11-19 17:20:04 +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
|
4e0b4021df
|
Added prior on the first pose in time*OnDataset
|
2010-11-19 16:30:06 +00:00 |
Richard Roberts
|
f1a2819d6d
|
Reduced default problem size in timeSLAMlike
|
2010-11-19 16:29:25 +00:00 |
Richard Roberts
|
28f283f016
|
Added debug printing switches in EliminationTree
|
2010-11-19 16:28:10 +00:00 |
Richard Roberts
|
0fdc384089
|
Added a debug printing switch in Cholesky
|
2010-11-19 16:27:08 +00:00 |
Yong-Dian Jian
|
1193d2f9be
|
take out two spcg specific functions from gaussian factor graph
|
2010-11-16 17:17:40 +00:00 |
Richard Roberts
|
d6929d4409
|
Storing variable index in solver, saved between nonlinear iterations
|
2010-11-15 23:01:50 +00:00 |
Richard Roberts
|
a124ce132f
|
Changed TEST_UNSAFE back to TEST
|
2010-11-15 22:58:39 +00:00 |
Chris Beall
|
6c41184d19
|
made templated and cleaned up some more
|
2010-11-15 16:43:23 +00:00 |
Chris Beall
|
651db9240b
|
moved StereoFactor from VO to gtsam
|
2010-11-15 16:04:30 +00:00 |
Kai Ni
|
3f1029483c
|
add isSingleton to DSFVector
|
2010-11-15 01:12:37 +00:00 |
Kai Ni
|
115d2266bd
|
add backproject
|
2010-11-12 06:54:43 +00:00 |
Kai Ni
|
f48fdc0909
|
add logmap
|
2010-11-12 05:00:24 +00:00 |
Kai Ni
|
e4673e2cd5
|
add more calibrations and a general camera type
|
2010-11-11 19:43:13 +00:00 |
Alex Cunningham
|
3a978d6930
|
Added an exists function to Ordering
|
2010-11-10 17:08:49 +00:00 |
Chris Beall
|
0bd3617630
|
Levenberg Marquardt changed from recursive to iterative implementation to reduce memory footprint.
|
2010-11-09 05:58:31 +00:00 |
Frank Dellaert
|
86f1b89eda
|
Commented mother of all tests
|
2010-11-08 20:35:42 +00:00 |
Frank Dellaert
|
0d1163648d
|
Some more test targets
|
2010-11-08 20:35:26 +00:00 |
Frank Dellaert
|
a86cb70e00
|
Removed Richard's accidentally checked in myconfigure lines
|
2010-11-08 20:35:12 +00:00 |
Frank Dellaert
|
364a522382
|
Cholesky unit test works now
|
2010-11-08 20:34:45 +00:00 |
Frank Dellaert
|
93deac972c
|
Better error message
|
2010-11-08 20:34:12 +00:00 |
Richard Roberts
|
fd597762c7
|
In-progress integrating Cholesky into solving
|
2010-11-08 19:31:40 +00:00 |
Yong-Dian Jian
|
50a26c1dbb
|
add new interface
|
2010-11-08 06:21:35 +00:00 |
Alex Cunningham
|
55d98c7e69
|
Added a sampler class for sampling from noise model distributions with a user-specified seed
|
2010-11-08 03:38:27 +00:00 |
Kai Ni
|
fa81eb4b5e
|
added new constructor for VectorValues
|
2010-11-07 23:12:21 +00:00 |
Kai Ni
|
25c06b012d
|
add size1 and size2
|
2010-11-07 23:12:02 +00:00 |
Richard Roberts
|
c3f95f9409
|
Another lapack.h (not present on Linux), fortunately not needed
|
2010-11-06 21:54:38 +00:00 |
Richard Roberts
|
ae8c59bc4c
|
clapack.h not present in Linux
|
2010-11-06 21:30:14 +00:00 |
Richard Roberts
|
0013911960
|
Code to factor rank-deficient A matrices using Cholesky, not yet used by GaussianFactor
|
2010-11-06 21:06:52 +00:00 |