aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/SparseMatrixBase.h
Commit message (Expand)AuthorAge
* Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
* precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* finish my evalToDense => evalTo changeGravatar Gael Guennebaud2009-09-17
* Fix compilation in sparse moduleGravatar Gael Guennebaud2009-08-06
* remove remnant of MultiplierBaseGravatar Benoit Jacob2009-08-06
* synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\
| * fix typo in previous commitGravatar Gael Guennebaud2009-07-13
| * add a SparseNestByValue expression and fix issue in sparse adjoint evaluationGravatar Gael Guennebaud2009-07-13
* | * extended the cache friendly products to support C = alpha * A * M and C += ...Gravatar Gael Guennebaud2009-07-07
* | add a generic mechanism to copy a special matrix to a dense matrix so thatGravatar Gael Guennebaud2009-07-07
* | * update sparse module wrt new diagonal matrix implGravatar Gael Guennebaud2009-07-04
|/
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* * optimize sum() for sparse matrices and vectorsGravatar Gael Guennebaud2009-05-19
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* new simplified API to fill sparse matrices (the old functions areGravatar Gael Guennebaud2009-05-04
* sparse module: new API proposal for triangular solves and experimentalGravatar Gael Guennebaud2009-04-05
* CwiseUnaryOp -> SparseCwiseUnaryOpGravatar Benoit Jacob2009-04-01
* add support for read/write sub sets of inner vectors (sparse module)Gravatar Gael Guennebaud2009-01-27
* sparse module:Gravatar Gael Guennebaud2009-01-21
* add a flexible sparse matrix class designed for fast matrix assemblyGravatar Gael Guennebaud2009-01-19
* Sparse module: add support for sparse selfadjoint * denseGravatar Gael Guennebaud2009-01-15
* Sparse module:Gravatar Gael Guennebaud2009-01-15
* 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
* Sparse module:Gravatar Gael Guennebaud2009-01-07
* Added a SparseVector class (not tested yet)Gravatar Gael Guennebaud2009-01-02
* Sparse module: add a more flexible SparseMatrix::fillrand() functionGravatar Gael Guennebaud2008-12-11
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05
* sparse module:Gravatar Gael Guennebaud2008-10-21
* 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
* 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
* renamed inverseProduct => solveTriangularGravatar Gael Guennebaud2008-08-09
* * 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