eigen/Eigen
Benoit Jacob 58ba9ca72f LU: remove partial-pivoting path (moderately useful since it's does
not allow to easily get the rank), fix a bug (which could have been
triggered by matrices having coefficients of very different
magnitudes).
Part: add an assert to prevent hard to find bugs
Swap: update comments
2008-08-07 04:31:05 +00:00
..
src LU: remove partial-pivoting path (moderately useful since it's does 2008-08-07 04:31:05 +00:00
Array Add .perpendicular() function in Geometry module (adapted from Eigen1) 2008-07-22 10:54:42 +00:00
Cholesky Add .perpendicular() function in Geometry module (adapted from Eigen1) 2008-07-22 10:54:42 +00:00
CMakeLists.txt * added a lazyAssign overload skipping .lazy() such that c = (<xpr>).lazy() such that 2008-07-09 13:54:21 +00:00
Core fix compile errors with gcc 4.3: unresolved func call to 2008-08-03 15:44:06 +00:00
CoreDeclarations fix two perf issues in product. 2008-08-03 20:23:06 +00:00
Geometry forgot to include this file in previous commit 2008-07-27 14:24:32 +00:00
LU * LU decomposition, supporting all rectangular matrices, with full 2008-08-04 04:45:59 +00:00
QR Add .perpendicular() function in Geometry module (adapted from Eigen1) 2008-07-22 10:54:42 +00:00
Sparse * added an in-place version of inverseProduct which 2008-06-29 21:29:12 +00:00