eigen/Eigen/src
Gael Guennebaud e3d890bc5a Another big refactoring change:
* add a new Eigen2Support module including Cwise, Flagged, and some other deprecated stuff
* add a few cwiseXxx functions
* adapt a few modules to use cwiseXxx instead of the .cwise() prefix
2009-11-18 18:15:19 +01:00
..
Array Another big refactoring change: 2009-11-18 18:15:19 +01:00
Cholesky Another big refactoring change: 2009-11-18 18:15:19 +01:00
Core Another big refactoring change: 2009-11-18 18:15:19 +01:00
Eigen2Support Another big refactoring change: 2009-11-18 18:15:19 +01:00
Eigenvalues Another big refactoring change: 2009-11-18 18:15:19 +01:00
Geometry Another big refactoring change: 2009-11-18 18:15:19 +01:00
Householder *adapt Householder to the convention that we now favor refs over ptrs for output. Keep "workspace" as pointer because it is an array (which is now more obvious). 2009-11-10 21:22:20 -05:00
Jacobi Fix LaTeX error in doxygen comment. 2009-09-08 14:41:54 +01:00
LeastSquares remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
LU Another big refactoring change: 2009-11-18 18:15:19 +01:00
misc last round of changes, mainly to return derived types instead of base types, and fix various compilation issues 2009-11-09 07:51:31 -05:00
QR *adapt Householder to the convention that we now favor refs over ptrs for output. Keep "workspace" as pointer because it is an array (which is now more obvious). 2009-11-10 21:22:20 -05:00
Sparse Another big refactoring change: 2009-11-18 18:15:19 +01:00
SVD * merge 2009-11-09 09:08:03 -05:00
CMakeLists.txt introduce ei_xxx_return_value and ei_xxx_impl for xxx in solve,kernel,impl 2009-11-03 02:18:10 -05:00