fullpivqr_int.cpp
Go to the documentation of this file.
1 #include "../Eigen/QR"
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 {
14 }
Eigen
Namespace containing all symbols from the Eigen library.
Definition: jet.h:637
main
int main()
Definition: fullpivqr_int.cpp:11
Eigen::FullPivHouseholderQR
Householder rank-revealing QR decomposition of a matrix with full pivoting.
Definition: ForwardDeclarations.h:275
qr
HouseholderQR< MatrixXf > qr(A)
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 Tue Jun 25 2024 03:00:53