gtsam
3rdparty
Eigen
failtest
partialpivlu_int.cpp
Go to the documentation of this file.
1
#include "../Eigen/LU"
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
PartialPivLU<Matrix<SCALAR,Dynamic,Dynamic>
>
lu
(
Matrix<SCALAR,Dynamic,Dynamic>::Random
(10,10));
14
}
Eigen
Namespace containing all symbols from the Eigen library.
Definition:
jet.h:637
Eigen::PartialPivLU
LU decomposition of a matrix with partial pivoting, and related features.
Definition:
ForwardDeclarations.h:269
lu
cout<< "Here is the matrix m:"<< endl<< m<< endl;Eigen::FullPivLU< Matrix5x3 > lu(m)
main
int main()
Definition:
partialpivlu_int.cpp:11
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 Fri Nov 1 2024 03:34:16