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 | |
traits | |
Functions | |
pair< size_t, bool > | gtsam::choleskyCareful (Matrix &ATA, int order) |
bool | gtsam::choleskyPartial (Matrix &ABC, size_t nFrontal, size_t topleft) |
Efficient incomplete Cholesky on rank-deficient matrices, todo: constrained Cholesky.
Definition in file cholesky.h.