aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse_solvers.cpp
Commit message (Expand)AuthorAge
* bug #1617: add unit tests for empty triangular solve.Gravatar Gael Guennebaud2019-01-16
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix bug #341: trisove on MappedSparseMatrixGravatar Gael Guennebaud2011-12-04
* add ReverseInnerIterators to loop over the elements in reverse order,Gravatar Gael Guennebaud2011-12-03
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* split the Sparse module into multiple ones, and move non stable parts to unsu...Gravatar Gael Guennebaud2010-06-18
* an attempt to fix 133Gravatar Gael Guennebaud2010-06-13
* fix sparse LDLT with complexesGravatar Gael Guennebaud2010-06-03
* minor chnages in Taucs and Cholmod backendsGravatar Gael Guennebaud2010-05-19
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* more fixesGravatar Gael Guennebaud2009-12-17
* fix spasre triangular solve for row major lower matricesGravatar Gael Guennebaud2009-12-14
* Big refactoring/cleaning in the spasre module withGravatar Gael Guennebaud2009-11-18
* * mergeGravatar Benoit Jacob2009-11-09
|\
* | big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
|/
* bug fix in inverse for 1x1 matrix,Gravatar Gael Guennebaud2009-07-27
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* fix #1 : need to nest by value the affine part in homogeneous productGravatar Gael Guennebaud2009-05-18
* enable testing of complex numbers for taucsGravatar Gael Guennebaud2009-05-12
* new simplified API to fill sparse matrices (the old functions areGravatar Gael Guennebaud2009-05-04
* patch from Moritz Lenz to allow solving transposed problem with superluGravatar Gael Guennebaud2009-04-10
* sparse module: new API proposal for triangular solves and experimentalGravatar Gael Guennebaud2009-04-05
* Sparse module:Gravatar Gael Guennebaud2008-12-27
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05