aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse
Commit message (Expand)AuthorAge
...
* fix overflow in sparse productGravatar Gael Guennebaud2009-01-28
* add support for read/write sub sets of inner vectors (sparse module)Gravatar Gael Guennebaud2009-01-27
* fix MatrixNase::fillrand bugGravatar Gael Guennebaud2009-01-26
* sparse module: makes -= and += operator workingGravatar Gael Guennebaud2009-01-23
* fix a few remaining warningsGravatar Gael Guennebaud2009-01-23
* * fix compilation with gcc 3.4Gravatar Gael Guennebaud2009-01-23
* I hope this one fix the issue with MSVC and sparse moduleGravatar Gael Guennebaud2009-01-22
* perhaps fix a compilation issue in the sparse module with MSVCGravatar Gael Guennebaud2009-01-21
* sparse module:Gravatar Gael Guennebaud2009-01-21
* optimize A * v product for A sparse and row majorGravatar Gael Guennebaud2009-01-19
* add a flexible sparse matrix class designed for fast matrix assemblyGravatar Gael Guennebaud2009-01-19
* add a smart realloc algorithm when filling a sparse matrixGravatar Gael Guennebaud2009-01-18
* bugfix in Map by Keir MierleGravatar Gael Guennebaud2009-01-18
* Sparse module: add support for sparse selfadjoint * denseGravatar Gael Guennebaud2009-01-15
* Sparse module: add row/col methods to the iteratorsGravatar Gael Guennebaud2009-01-15
* Sparse module: bugfix in SparseMatrix::resize(), now the indices areGravatar Gael Guennebaud2009-01-15
* Sparse module:Gravatar Gael Guennebaud2009-01-15
* two compilation fixesGravatar Gael Guennebaud2009-01-15
* Sparse module:Gravatar Gael Guennebaud2009-01-14
* Add support for sparse * dense and dense * sparse matrix/vector productsGravatar Gael Guennebaud2009-01-14
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* Sparse module:Gravatar Gael Guennebaud2009-01-07
* * suppressed some minor warningsGravatar Kenneth Frank Riddile2009-01-06
* * In LU solvers: no need anymore to use row-major matricesGravatar Benoit Jacob2009-01-03
* Added a SparseVector class (not tested yet)Gravatar Gael Guennebaud2009-01-02
* Sparse module, add an assertion and make the use of CHOLMOD's solve method th...Gravatar Gael Guennebaud2008-12-27
* Sparse module:Gravatar Gael Guennebaud2008-12-27
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* * forgot to svn add 2 filesGravatar Benoit Jacob2008-12-18
* more MSVC cmake fixesGravatar Gael Guennebaud2008-12-17
* fix bad typos, thanks to Kenneth RiddileGravatar Benoit Jacob2008-12-17
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* Sparse module: add a more flexible SparseMatrix::fillrand() functionGravatar Gael Guennebaud2008-12-11
* * 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