aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/TriangularSolverMatrix.h
Commit message (Expand)AuthorAge
* email changeGravatar Gael Guennebaud2010-06-24
* fix computation of blocking sizes for small triangular matricesGravatar Gael Guennebaud2010-06-24
* * makes all product use the new API to set the blocking sizesGravatar Gael Guennebaud2010-06-22
* change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
* the Index types change.Gravatar Benoit Jacob2010-05-30
* fix trsolveGravatar Gael Guennebaud2010-03-06
* significant speedup in the matrix-matrix productsGravatar Gael Guennebaud2010-02-23
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* faster trsm kernel and fix a couple of issuesGravatar Gael Guennebaud2009-07-31
* add explicit "on the right" triangular solving,Gravatar Gael Guennebaud2009-07-30
* trmm is now working in all storage order configurationsGravatar Gael Guennebaud2009-07-27
* finalize trsm: works in all situations, and it is now used by solve() and sol...Gravatar Gael Guennebaud2009-07-26
* ok, now trsm works very well for upper triangular matricesGravatar Gael Guennebaud2009-07-26
* The new trsm is working very very well (read very fast) forGravatar Gael Guennebaud2009-07-25
* add WIP trsmGravatar Gael Guennebaud2009-07-24