aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/LU
Commit message (Expand)AuthorAge
* add partial-pivoting LU decompositionGravatar Benoit Jacob2009-05-13
* Patch by Kenneth Riddile: disable MSVC warnings, reenable them outsideGravatar Benoit Jacob2008-12-18
* Complete LU documentationGravatar Benoit Jacob2008-08-11
* * LU decomposition, supporting all rectangular matrices, with fullGravatar Benoit Jacob2008-08-04
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* -fix certain #includesGravatar Benoit Jacob2008-05-12
* - optimized determinant calculations for small matrices (size <= 4)Gravatar Benoit Jacob2008-04-14
* * Start of the LU module, with matrix inversion already there andGravatar Benoit Jacob2008-04-14