Difference between revisions of "Eigen"

From ProgrammingExamples
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
  
 
* [[CPP/Eigen/SparseMatrix|Sparse matrix]]
 
* [[CPP/Eigen/SparseMatrix|Sparse matrix]]
 +
 +
* [[CPP/Eigen/SimplicialLDLT|Symmetric sparse matrix solver (SimplicialLDLT)]]
 +
 +
* [[CPP/Eigen/STL vector of Eigen vectors|STLVector]]

Latest 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.