aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/SparseProduct.h
Commit message (Expand)AuthorAge
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* new simplified API to fill sparse matrices (the old functions areGravatar Gael Guennebaud2009-05-04
* fix m = m*m with m sparse (gug found by Frederik Heinz)Gravatar Gael Guennebaud2009-02-12
* - add diagonal * sparse product as an expressionGravatar Gael Guennebaud2009-02-09
* fix overflow in sparse productGravatar Gael Guennebaud2009-01-28
* 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
* Sparse module: add support for sparse selfadjoint * denseGravatar 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
* * suppressed some minor warningsGravatar Kenneth Frank Riddile2009-01-06
* 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: much much faster transposition codeGravatar Gael Guennebaud2008-10-18
* Sparse module:Gravatar Gael Guennebaud2008-10-04
* 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 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