GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
cholesky.h
Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2 
3  * GTSAM Copyright 2010, Georgia Tech Research Corporation,
4  * Atlanta, Georgia 30332-0415
5  * All Rights Reserved
6  * Authors: Frank Dellaert, et al. (see THANKS for the full author list)
7 
8  * See LICENSE for the license information
9 
10  * -------------------------------------------------------------------------- */
11 
18 #pragma once
19 
20 #include <gtsam/base/Matrix.h>
21 
22 namespace gtsam {
23 
47 GTSAM_EXPORT std::pair<size_t,bool> choleskyCareful(Matrix& ATA, int order = -1);
48 
62 GTSAM_EXPORT bool choleskyPartial(Matrix& ABC, size_t nFrontal, size_t topleft=0);
63 
64 }
65 
GTSAM_EXPORT bool choleskyPartial(Matrix &ABC, size_t nFrontal, size_t topleft=0)
GTSAM_EXPORT std::pair< size_t, bool > choleskyCareful(Matrix &ATA, int order=-1)
typedef and functions to augment Eigen&#39;s MatrixXd
Definition: chartTesting.h:28