aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse
Commit message (Expand)AuthorAge
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05
* sparse module:Gravatar Gael Guennebaud2008-10-21
* add the bench file for the RandomSetterGravatar Gael Guennebaud2008-10-21
* sparse module: add a RandomSetter based on a user defined map implementationGravatar Gael Guennebaud2008-10-20
* * sparse LU: add extraction of L,U,P, and Q, as well as determinantGravatar Gael Guennebaud2008-10-20
* add unit tests for sparse LU and fix a couple of warningsGravatar Gael Guennebaud2008-10-20
* * add cmake files to find (optional) supported librariesGravatar Gael Guennebaud2008-10-20
* UmfPack support: add support for complex<double>Gravatar Gael Guennebaud2008-10-20
* sparse module: add support for umfpack, the sparse direct LUGravatar Gael Guennebaud2008-10-19
* sparse module: some trivial bugfixesGravatar 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: much much faster transposition codeGravatar Gael Guennebaud2008-10-18
* Big API change in Cholesky module:Gravatar Gael Guennebaud2008-10-13
* SVN_SILENT pendanticGravatar Urs Wolfer2008-10-11
* Sparse module: refactoring of the cholesky factorization,Gravatar Gael Guennebaud2008-10-05
* Sparse module: enable support for incomplete cholesky factorization in CHOLMO...Gravatar Gael Guennebaud2008-10-05
* Sparse module: removed some extra copies using markAsRValue()Gravatar Gael Guennebaud2008-10-05
* Sparse module: add experimental support for TAUCS and CHOLMOD with:Gravatar Gael Guennebaud2008-10-05
* Cleaned a bit the sparse cholesky codeGravatar Gael Guennebaud2008-10-04
* Sparse module:Gravatar Gael Guennebaud2008-10-04
* resurrected sparse triangular solverGravatar Gael Guennebaud2008-09-02
* Extended sparse unit-test: nested blocks and InnerIterators.Gravatar Daniel Gomez Ferro2008-09-02
* doc and use sed to clean the class hierarchy instead ofGravatar Gael Guennebaud2008-08-28
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23
* added SparseSetter docGravatar Gael Guennebaud2008-08-22
* fix a number of compiler errors and warnings with gcc 4.3. There was a missingGravatar Benoit Jacob2008-08-22
* extend sparse unit test and more bugfix, major todo: finilize the SparseSetterGravatar Gael Guennebaud2008-08-21
* *patch by Daniel Gomez:Gravatar Gael Guennebaud2008-08-21
* * add Regression module, from eigen1, improved, with doc and unit-test.Gravatar Benoit Jacob2008-08-11
* renamed inverseProduct => solveTriangularGravatar Gael Guennebaud2008-08-09
* * Rewrite the triangular solver so that we can take advantage of our efficien...Gravatar Gael Guennebaud2008-07-26
* * 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
* change derived classes methods from "private:_method()"Gravatar Benoit Jacob2008-06-26
* add experimental code for sparse matrix:Gravatar Gael Guennebaud2008-06-23