aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Sparse
Commit message (Expand)AuthorAge
* add a SparseNestByValue expression and fix issue in sparse adjoint evaluationGravatar Gael Guennebaud2009-07-13
* use <...> for system headersGravatar Benoit Jacob2009-06-24
* sparse module: new API proposal for triangular solves and experimentalGravatar Gael Guennebaud2009-04-05
* * Find SuperLU also when it is installed without a superlu/ prefixGravatar Benoit Jacob2009-04-01
* - add diagonal * sparse product as an expressionGravatar Gael Guennebaud2009-02-09
* add custom FindBLAS FindLAPACK working for c++ compilerGravatar Gael Guennebaud2009-02-05
* * mark Geometry as experimentalGravatar Benoit Jacob2009-01-26
* add a flexible sparse matrix class designed for fast matrix assemblyGravatar Gael Guennebaud2009-01-19
* Sparse module:Gravatar Gael Guennebaud2009-01-15
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* Sparse module:Gravatar Gael Guennebaud2009-01-07
* Added a SparseVector class (not tested yet)Gravatar Gael Guennebaud2009-01-02
* Patch by Kenneth Riddile: disable MSVC warnings, reenable them outsideGravatar Benoit Jacob2008-12-18
* oops I commited bad stuff in the previous commitGravatar Gael Guennebaud2008-12-17
* more MSVC cmake fixesGravatar Gael Guennebaud2008-12-17
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05
* sparse module:Gravatar Gael Guennebaud2008-10-21
* sparse module: add a RandomSetter based on a user defined map implementationGravatar Gael Guennebaud2008-10-20
* * add cmake files to find (optional) supported librariesGravatar Gael Guennebaud2008-10-20
* sparse module: add support for umfpack, the sparse direct LUGravatar Gael Guennebaud2008-10-19
* sparse module: add preliminary support for direct sparse LU solverGravatar Gael Guennebaud2008-10-19
* sparse module: added some documentation for the LLT solverGravatar Gael Guennebaud2008-10-18
* Sparse module: add experimental support for TAUCS and CHOLMOD with:Gravatar Gael Guennebaud2008-10-05
* Sparse module:Gravatar Gael Guennebaud2008-10-04
* Extended sparse unit-test: nested blocks and InnerIterators.Gravatar Daniel Gomez Ferro2008-09-02
* fix a number of compiler errors and warnings with gcc 4.3. There was a missingGravatar Benoit Jacob2008-08-22
* * added an in-place version of inverseProduct whichGravatar Gael Guennebaud2008-06-29
* * added innerSize / outerSize functions to MatrixBaseGravatar Gael Guennebaud2008-06-28
* various work on the Sparse module:Gravatar Gael Guennebaud2008-06-26
* add experimental code for sparse matrix:Gravatar Gael Guennebaud2008-06-23