Difference between revisions of "Eigen"

From ProgrammingExamples
Jump to: navigation, search
Line 10: Line 10:
  
 
* [[CPP/Eigen/SparseMatrix|Sparse matrix]]
 
* [[CPP/Eigen/SparseMatrix|Sparse matrix]]
 +
 +
* [[CPP/Eigen/SparseMatrix|Symmetric sparse matrix solver (SimplicialLDLT)]]
  
 
* [[CPP/Eigen/STL vector of Eigen vectors|STLVector]]
 
* [[CPP/Eigen/STL vector of Eigen vectors|STLVector]]

Revision as of 06:18, 15 May 2015

The following examples are frequent use cases of parts of the Eigen (http://eigen.tuxfamily.org/) library. Each example includes a CMakeLists.txt file so it can be easily compiled.