aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/BenchSparseUtil.h
Commit message (Collapse)AuthorAge
* add Cholesky and eigensolver benchmarkGravatar Gael Guennebaud2008-07-08
|
* * added an in-place version of inverseProduct whichGravatar Gael Guennebaud2008-06-29
| | | | | | | might be twice faster fot small fixed size matrix * added a sparse triangular solver (sparse version of inverseProduct) * various other improvements in the Sparse module
* * added innerSize / outerSize functions to MatrixBaseGravatar Gael Guennebaud2008-06-28
* added complete implementation of sparse matrix product (with a little glue in Eigen/Core) * added an exhaustive bench of sparse products including GMM++ and MTL4 => Eigen outperforms in all transposed/density configurations !