|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Efficient incomplete Cholesky on rank-deficient matrices, todo: constrained Cholesky. More...
#include <gtsam/base/Matrix.h>

Go to the source code of this file.
Namespaces | |
| gtsam | |
Functions | |
| GTSAM_EXPORT std::pair< size_t, bool > | gtsam::choleskyCareful (Matrix &ATA, int order=-1) |
| GTSAM_EXPORT bool | gtsam::choleskyPartial (Matrix &ABC, size_t nFrontal, size_t topleft=0) |
Efficient incomplete Cholesky on rank-deficient matrices, todo: constrained Cholesky.
1.8.13