GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Namespaces | Functions
cholesky.h File Reference

Efficient incomplete Cholesky on rank-deficient matrices, todo: constrained Cholesky. More...

#include <gtsam/base/Matrix.h>
Include dependency graph for cholesky.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Efficient incomplete Cholesky on rank-deficient matrices, todo: constrained Cholesky.

Author
Richard Roberts
Date
Nov 5, 2010