v1.0
Macros
|
Functions
partialpivlu_int.cpp File Reference
#include "../Eigen/LU"
Macros
#define
SCALAR
float
Functions
int
main
()
Macro Definition Documentation
◆
SCALAR
#define SCALAR float
Function Documentation
◆
main()
int
main
(
)
11
{
PartialPivLU<Matrix<SCALAR, Dynamic, Dynamic>
>
lu
(
Matrix<SCALAR, Dynamic, Dynamic>::Random
(10, 10)); }
Eigen::Matrix
The matrix class, also used for vectors and row-vectors.
Definition:
Eigen/Eigen/src/Core/Matrix.h:186
Eigen::PartialPivLU
LU decomposition of a matrix with partial pivoting, and related features.
Definition:
PartialPivLU.h:77
lu
cout<< "Here is the matrix m:"<< endl<< m<< endl;Eigen::FullPivLU< Matrix5x3 > lu(m)
References
lu()
.
Eigen
failtest
partialpivlu_int.cpp
Generated on Wed Aug 27 2025 17:05:04 for MercuryDPM by
1.9.1