eigen/Eigen
2009-09-02 14:08:33 +02:00
..
src fix wrong assert 2009-09-02 14:08:33 +02:00
Array * rename PartialRedux to VectorwiseOp 2009-06-10 11:20:30 +02:00
Cholesky s/cholesky/llt in precompiled lib and BTL 2009-02-06 14:01:01 +00:00
CMakeLists.txt fix installation for recently added files 2009-08-25 18:57:59 +02:00
Core add overloads of lazyAssign to detect common aliasing issue with 2009-08-15 22:19:29 +02:00
Dense add "Dense" header 2009-06-19 19:09:35 +02:00
Eigen add Eigen/Eigen 2009-06-19 20:46:55 +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 Jacobi transformations 2009-08-09 16:58:13 +02:00
LeastSquares reimplement linearRegression on top of fitHyperplane which is much better 2009-05-05 17:15:35 +00:00
LU add partial-pivoting LU decomposition 2009-05-13 02:02:22 +00:00
QR [mq]: eigensolver 2009-09-01 16:20:56 +02:00
QtAlignedMalloc fix #3, remove inline keywords in QtAlignedMalloc (MSVC fix) 2009-05-18 18:09:21 +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