gtsam
3rdparty
Eigen
failtest
llt_int.cpp
Go to the documentation of this file.
1
#include "../Eigen/Cholesky"
2
3
#ifdef EIGEN_SHOULD_FAIL_TO_BUILD
4
#define SCALAR int
5
#else
6
#define SCALAR float
7
#endif
8
9
using namespace
Eigen
;
10
11
int
main
()
12
{
13
LLT<Matrix<SCALAR,Dynamic,Dynamic>
>
llt
(
Matrix<SCALAR,Dynamic,Dynamic>::Random
(10,10));
14
}
Eigen
Namespace containing all symbols from the Eigen library.
Definition:
jet.h:637
llt
EIGEN_DONT_INLINE void llt(const Mat &A, const Mat &B, Mat &C)
Definition:
llt.cpp:5
main
int main()
Definition:
llt_int.cpp:11
Eigen::LLT
Standard Cholesky decomposition (LL^T) of a matrix and associated features.
Definition:
LLT.h:66
Eigen::Matrix
The matrix class, also used for vectors and row-vectors.
Definition:
3rdparty/Eigen/Eigen/src/Core/Matrix.h:178
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:02:43