aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky
Commit message (Expand)AuthorAge
* Fix bugs reported by Timothy Hunter:Gravatar Gael Guennebaud2008-09-03
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* * revert the previous interface change in solveTriangular (pointer vs reference)Gravatar Gael Guennebaud2008-08-18
* bugfix in CholeskyWithoutSquareRoot::solve found by Timothy HunterGravatar Gael Guennebaud2008-08-16
* renamed inverseProduct => solveTriangularGravatar Gael Guennebaud2008-08-09
* fix two perf issues in product.Gravatar Gael Guennebaud2008-08-03
* Several compilation fixes for MSVC and NVCC, basically:Gravatar Gael Guennebaud2008-07-29
* * Fix some complex alignment issues in the cache friendly matrix-vector produ...Gravatar Gael Guennebaud2008-07-23
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* Various documentation improvements, in particualr in Cholesky and Geometry mo...Gravatar Gael Guennebaud2008-07-20
* Add cholesky's members to MatrixBaseGravatar Gael Guennebaud2008-07-19
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* Add QR and Cholesky module instantiations in the lib.Gravatar Gael Guennebaud2008-06-14
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27
* some documentation fixes (Cwise* and Cholesky)Gravatar Gael Guennebaud2008-05-22
* some cleaning in Cholesky and removed evil ei_sqrt of complexGravatar Gael Guennebaud2008-04-27
* * added ei_sqrt for complexGravatar Gael Guennebaud2008-04-27
* added Cholesky moduleGravatar Gael Guennebaud2008-04-27