eigen/Eigen
Gael Guennebaud e7c48fac9b sparse module: makes -= and += operator working
Question 1: why are *=scalar and /=scalar working right away ?
Same weirdness in DynamicSparseMatrix where operators += and -= work wihout
  having to redefine them ???
2009-01-23 13:59:32 +00:00
..
src sparse module: makes -= and += operator working 2009-01-23 13:59:32 +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