aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/SparseProduct.h
Commit message (Expand)AuthorAge
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* improve the new experimental sparse productGravatar Gael Guennebaud2010-01-05
* add a novel, experimental sparse productGravatar Gael Guennebaud2010-01-05
* extend the DenseStorageMatrix mechanism to all expressionsGravatar Gael Guennebaud2009-12-22
* Big refactoring/cleaning in the spasre module withGravatar Gael Guennebaud2009-11-18
* more ET refactoring:Gravatar Gael Guennebaud2009-11-17
* implement __gnuc_forget_about_setZero_its_over_nowGravatar Gael Guennebaud2009-09-18
* * update sparse module wrt new diagonal matrix implGravatar Gael Guennebaud2009-07-04
* SparseMatrix::resize() always resets the matrix to an empty oneGravatar Gael Guennebaud2009-06-08
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* 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