Go to the documentation of this file.
7 #ifndef DENSE_CHOLESKY_H
8 #define DENSE_CHOLESKY_H
11 #include <Eigen/Cholesky>
13 #include "../Util/CompInfo.h"
25 template <
typename Scalar,
int Uplo = Eigen::Lower>
53 if (
mat.rows() !=
mat.cols())
54 throw std::invalid_argument(
"DenseCholesky: matrix must be square");
108 #endif // DENSE_CHOLESKY_H
DenseCholesky(ConstGenericMatrix &mat)
void lower_triangular_solve(const Scalar *x_in, Scalar *y_out) const
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
const typedef Eigen::Ref< const Matrix > ConstGenericMatrix
void upper_triangular_solve(const Scalar *x_in, Scalar *y_out) const
Eigen::Map< const Vector > MapConstVec
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
A matrix or vector expression mapping an existing array of data.
Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > Matrix
Eigen::Map< Vector > MapVec
Standard Cholesky decomposition (LL^T) of a matrix and associated features.
Eigen::LLT< Matrix, Uplo > m_decomp
A matrix or vector expression mapping an existing expression.
Eigen::Map< const Matrix > MapConstMat
@ SUCCESSFUL
Computation was successful.
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:02:12