eigen/Eigen
Benoit Jacob 00d7f8e567 * solveTriangularInPlace(): take a const ref and const_cast it, to allow passing temporary xprs.
* improvements, simplifications in LU::solve()
* remove remnant of old norm2()
2009-01-25 23:46:51 +00:00
..
src * solveTriangularInPlace(): take a const ref and const_cast it, to allow passing temporary xprs. 2009-01-25 23:46:51 +00:00
Array * QR: add a rank() method and improve the accuracy of the rank 2009-01-20 16:37:52 +00:00
Cholesky * clarify the situation with experimental parts 2009-01-19 15:02:24 +00:00
CMakeLists.txt * clarify the situation with experimental parts 2009-01-19 15:02:24 +00:00
Core #error if min or max is defined 2009-01-19 13:23:41 +00:00
Geometry Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside 2008-12-18 20:48:02 +00:00
LeastSquares rename Regression --> LeastSquares 2009-01-04 15:55:54 +00:00
LU Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside 2008-12-18 20:48:02 +00:00
QR Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside 2008-12-18 20:48:02 +00:00
QtAlignedMalloc * complete the support of QVector via a QtAlignedMalloc header 2009-01-20 16:50:47 +00:00
Sparse add a flexible sparse matrix class designed for fast matrix assembly 2009-01-19 15:20:45 +00:00
StdVector * move cwise *= and /= to Core (like * and /) 2009-01-12 13:41:40 +00:00
SVD Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside 2008-12-18 20:48:02 +00:00