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/STL vector of Eigen vectors|STLVector]]

Revision as of 12:12, 17 May 2012

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.