21 #include <boost/shared_ptr.hpp>
48 GTSAM_EXPORT std::pair<size_t,bool>
choleskyCareful(Matrix& ATA,
int order = -1);
bool choleskyPartial(Matrix &ABC, size_t nFrontal)
Partial Cholesky computes a factor [R S such that [R' 0 [R S = [A B 0 L] S' I] 0 L] B' C]...
Definition: cholesky.cpp:121
pair< size_t, bool > choleskyCareful(Matrix &ATA, int order)
"Careful" Cholesky computes the positive square-root of a positive symmetric semi-definite matrix (i...
Definition: cholesky.cpp:84
typedef and functions to augment Eigen's MatrixXd