Difference between revisions of "Eigen"

From ProgrammingExamples
Jump to: navigation, search
 
Line 11: Line 11:
 
* [[CPP/Eigen/SparseMatrix|Sparse matrix]]
 
* [[CPP/Eigen/SparseMatrix|Sparse matrix]]
  
* [[CPP/Eigen/SparseMatrix|Symmetric sparse matrix solver (SimplicialLDLT)]]
+
* [[CPP/Eigen/SimplicialLDLT|Symmetric sparse matrix solver (SimplicialLDLT)]]
  
 
* [[CPP/Eigen/STL vector of Eigen vectors|STLVector]]
 
* [[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.