eigen/Eigen
Hauke Heibel 64095b6610 Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as proposed by Gael.
Added conservativeResizeLike as discussed on the mailing list.
2009-09-07 17:22:01 +02:00
..
src Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as proposed by Gael. 2009-09-07 17:22:01 +02:00
Array
Cholesky
CMakeLists.txt rename the EigenSolver module to Eigenvalues 2009-09-04 09:23:38 +02:00
Core add overloads of lazyAssign to detect common aliasing issue with 2009-08-15 22:19:29 +02:00
Dense
Eigen
Eigenvalues rename the EigenSolver module to Eigenvalues 2009-09-04 09:23:38 +02:00
Geometry revert previous change in Quaternion::setFromTwoVectors 2009-08-15 23:37:20 +02:00
Householder add new Householder module 2009-08-03 16:06:57 +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
QR rename the EigenSolver module to Eigenvalues 2009-09-04 09:23:38 +02:00
QtAlignedMalloc Removed debug cout. 2009-09-02 21:23:09 +02:00
Sparse add a SparseNestByValue expression and fix issue in sparse adjoint evaluation 2009-07-13 14:55:03 +02: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 JacobiSVD: implement general R-SVD using full-pivoting QR, so we now support any rectangular matrix size by reducing to the smaller of the two dimensions (which is also an optimization) 2009-09-02 06:36:55 -04:00