index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
sparse_solvers.cpp
Commit message (
Expand
)
Author
Age
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix bug #341: trisove on MappedSparseMatrix
Gael Guennebaud
2011-12-04
*
add ReverseInnerIterators to loop over the elements in reverse order,
Gael Guennebaud
2011-12-03
*
the min/max macros to detect unprotected min/max were undefined by some std h...
Gael Guennebaud
2011-08-19
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
email change
Gael Guennebaud
2010-06-24
*
split the Sparse module into multiple ones, and move non stable parts to unsu...
Gael Guennebaud
2010-06-18
*
an attempt to fix 133
Gael Guennebaud
2010-06-13
*
fix sparse LDLT with complexes
Gael Guennebaud
2010-06-03
*
minor chnages in Taucs and Cholmod backends
Gael Guennebaud
2010-05-19
*
remove the Triangular suffix to Upper, Lower, UnitLower, etc,
Gael Guennebaud
2010-01-07
*
more fixes
Gael Guennebaud
2009-12-17
*
fix spasre triangular solve for row major lower matrices
Gael Guennebaud
2009-12-14
*
Big refactoring/cleaning in the spasre module with
Gael Guennebaud
2009-11-18
*
* merge
Benoit Jacob
2009-11-09
|
\
*
|
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
|
/
*
bug fix in inverse for 1x1 matrix,
Gael Guennebaud
2009-07-27
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
fix #1 : need to nest by value the affine part in homogeneous product
Gael Guennebaud
2009-05-18
*
enable testing of complex numbers for taucs
Gael Guennebaud
2009-05-12
*
new simplified API to fill sparse matrices (the old functions are
Gael Guennebaud
2009-05-04
*
patch from Moritz Lenz to allow solving transposed problem with superlu
Gael Guennebaud
2009-04-10
*
sparse module: new API proposal for triangular solves and experimental
Gael Guennebaud
2009-04-05
*
Sparse module:
Gael Guennebaud
2008-12-27
*
* the Upper->UpperTriangular change
Benoit Jacob
2008-12-20
*
* replace postfix ++ by prefix ++ wherever that makes sense in Eigen/
Benoit Jacob
2008-12-17
*
Several improvements in sparse module:
Gael Guennebaud
2008-11-05