| .. |
|
tests
|
Fixed bug that VectorValues should preserve information when reserving more space, and new unit test.
|
2011-08-09 21:03:12 +00:00 |
|
Errors.cpp
|
Assorted cleanup to remove ublas references, switch more Vector/Matrix utility functions to use Eigen in templates, reimplemented backsubstitution with Eigen
|
2011-06-02 20:35:02 +00:00 |
|
Errors.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
GaussianBayesNet.cpp
|
Fixed warnings
|
2011-07-01 22:49:23 +00:00 |
|
GaussianBayesNet.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
GaussianConditional.cpp
|
Added GaussianFactor::rhs(Permuted<VectorValues>) function for filling the rhs into the soln that works on permuted values.
|
2011-08-09 21:06:38 +00:00 |
|
GaussianConditional.h
|
Added GaussianFactor::rhs(Permuted<VectorValues>) function for filling the rhs into the soln that works on permuted values.
|
2011-08-09 21:06:38 +00:00 |
|
GaussianFactor.cpp
|
Major change, elimination functions are now passed an "Eliminate function", so you can select at run-time which factorization method is used (symbolic, QR, etc...).
|
2011-03-24 19:27:12 +00:00 |
|
GaussianFactor.h
|
Added serialization for most linear/inference structures, simulated2D - serialization, except for example domains, should be complete
|
2011-06-04 16:52:54 +00:00 |
|
GaussianFactorGraph.cpp
|
assorted cleanup - mostly comments and adding implementations to cpp files, rather than in header files
|
2011-06-13 20:01:58 +00:00 |
|
GaussianFactorGraph.h
|
Fixed errors when compiling with clang++
|
2011-07-01 22:52:57 +00:00 |
|
GaussianISAM.cpp
|
Fixed warnings
|
2011-07-01 22:49:23 +00:00 |
|
GaussianISAM.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
GaussianJunctionTree.cpp
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
GaussianJunctionTree.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
GaussianMultifrontalSolver.cpp
|
temporarily removed 3rd party libraries
|
2011-06-17 15:10:35 +00:00 |
|
GaussianMultifrontalSolver.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
GaussianSequentialSolver.cpp
|
temporarily removed 3rd party libraries
|
2011-06-17 15:10:35 +00:00 |
|
GaussianSequentialSolver.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
HessianFactor.cpp
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
HessianFactor.h
|
Fixed errors when compiling with clang++
|
2011-07-01 22:52:57 +00:00 |
|
IterativeOptimizationParameters.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
IterativeSolver.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
JacobianFactor.cpp
|
comments only
|
2011-06-13 20:40:44 +00:00 |
|
JacobianFactor.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
Makefile.am
|
Moved ccolamd build script into general 3rdparty script
|
2011-06-16 19:55:45 +00:00 |
|
NoiseModel.cpp
|
Changed the default Matrix to use column major, rather than row major. Removed Matrix-inl.h, as it isn't used
|
2011-06-04 22:15:23 +00:00 |
|
NoiseModel.h
|
Fixed errors when compiling with clang++
|
2011-07-01 22:52:57 +00:00 |
|
Sampler.cpp
|
Added a sampler class for sampling from noise model distributions with a user-specified seed
|
2010-11-08 03:38:27 +00:00 |
|
Sampler.h
|
Added a sampler class for sampling from noise model distributions with a user-specified seed
|
2010-11-08 03:38:27 +00:00 |
|
SharedDiagonal.h
|
Added sharedUnit(size_t dim) function to SharedDiagonal.h
|
2011-03-18 14:50:27 +00:00 |
|
SharedGaussian.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
SubgraphPreconditioner.cpp
|
Assorted cleanup to remove ublas references, switch more Vector/Matrix utility functions to use Eigen in templates, reimplemented backsubstitution with Eigen
|
2011-06-02 20:35:02 +00:00 |
|
SubgraphPreconditioner.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
SubgraphSolver-inl.h
|
Major change, elimination functions are now passed an "Eliminate function", so you can select at run-time which factorization method is used (symbolic, QR, etc...).
|
2011-03-24 19:27:12 +00:00 |
|
SubgraphSolver.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
VectorValues.cpp
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
VectorValues.h
|
Fixed bug that VectorValues should preserve information when reserving more space, and new unit test.
|
2011-08-09 21:03:12 +00:00 |
|
iterative-inl.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
iterative.cpp
|
Removed incorrect dynamic_pointer_cast that caused a compile error for non-virtual derived factors.
|
2011-02-18 22:10:21 +00:00 |
|
iterative.h
|
Merging hessianfactor branch, Cholesky is now default and GaussianFactor is virtual (see email to frankcvs)
|
2011-01-20 22:22:00 +00:00 |