eigen/Eigen
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
..
src Another big refactoring change: 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
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
Core Another big refactoring change: 2009-11-18 18:15:19 +01:00
Dense
Eigen
Eigen2Support Another big refactoring change: 2009-11-18 18:15:19 +01:00
Eigenvalues fix #66 : upper triangular checks in ComplexSchur 2009-11-02 10:46:40 +01:00
Geometry revert previous change in Quaternion::setFromTwoVectors 2009-08-15 23:37:20 +02:00
Householder * add a HouseholderSequence class (not good enough yet for Triadiagonalization and HessenbergDecomposition) 2009-09-16 14:35:42 +02:00
Jacobi add examples for makeJacobi and makeGivens 2009-09-03 11:17:16 +02:00
LeastSquares rename the EigenSolver module to Eigenvalues 2009-09-04 09:23:38 +02:00
LU introduce ei_xxx_return_value and ei_xxx_impl for xxx in solve,kernel,impl 2009-11-03 02:18:10 -05:00
QR add missing includes 2009-11-09 08:04:20 -05:00
QtAlignedMalloc Removed debug cout. 2009-09-02 21:23:09 +02:00
Sparse Big refactoring/cleaning in the spasre module with 2009-11-18 14:52:52 +01:00
StdVector fix compilation with gcc 4.1. Indeed the path for recent gcc doesn't work with gcc 4.1, and looking at the implementation of vector in g++ 4.1, it was exactly our fallback case, so use that. 2009-08-21 12:16:37 -04:00
SVD add missing includes 2009-11-09 08:04:20 -05:00