eigensolver_int.cpp
Go to the documentation of this file.
1 #include "../Eigen/Eigenvalues"
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 }
Namespace containing all symbols from the Eigen library.
Definition: jet.h:637
SelfAdjointEigenSolver< PlainMatrixType > eig(mat, computeVectors?ComputeEigenvectors:EigenvaluesOnly)
int main()
Computes eigenvalues and eigenvectors of general matrices.
Definition: EigenSolver.h:64
The matrix class, also used for vectors and row-vectors.


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:42:01