Go to the documentation of this file.
7 #ifndef SPECTRA_DENSE_CHOLESKY_H
8 #define SPECTRA_DENSE_CHOLESKY_H
11 #include <Eigen/Cholesky>
14 #include "../Util/CompInfo.h"
33 template <
typename Scalar_,
int Uplo = Eigen::Lower,
int Flags = Eigen::ColMajor>
62 template <
typename Derived>
67 static_cast<int>(Derived::PlainObject::IsRowMajor) ==
static_cast<int>(Matrix::IsRowMajor),
68 "DenseCholesky: the \"Flags\" template parameter does not match the input matrix (Eigen::ColMajor/Eigen::RowMajor)");
71 throw std::invalid_argument(
"DenseCholesky: matrix must be square");
125 #endif // SPECTRA_DENSE_CHOLESKY_H
void upper_triangular_solve(const Scalar *x_in, Scalar *y_out) const
@ Successful
Computation was successful.
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
Eigen::LLT< Matrix, Uplo > m_decomp
A matrix or vector expression mapping an existing array of data.
Standard Cholesky decomposition (LL^T) of a matrix and associated features.
DenseCholesky(const Eigen::MatrixBase< Derived > &mat)
void lower_triangular_solve(const Scalar *x_in, Scalar *y_out) const
The matrix class, also used for vectors and row-vectors.
Base class for all dense matrices, vectors, and expressions.
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
gtsam
Author(s):
autogenerated on Fri Apr 4 2025 03:01:22