Difference between revisions of "Eigen"
From ProgrammingExamples
Daviddoria (Talk | contribs) |
Daviddoria (Talk | contribs) |
||
| Line 8: | Line 8: | ||
* [[CPP/Eigen/LevenbergMarquardtNumerical|LevenbergMarquardt Numerical Derivative]] | * [[CPP/Eigen/LevenbergMarquardtNumerical|LevenbergMarquardt Numerical Derivative]] | ||
| + | |||
| + | * [[CPP/Eigen/SparseMatrix|Sparse matrix]] | ||
Revision as of 13:34, 10 November 2011
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.