Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add support for ublas | Gael Guennebaud | 2011-03-23 |
| | |||
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
| | |||
* | add support for oski | Gael Guennebaud | 2010-06-24 |
| | |||
* | add a spmv mini becnhmark for Eigen, GMM++, ublas, mtl4, and oski | Gael Guennebaud | 2010-06-22 |
| | |||
* | remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support. | Benoit Jacob | 2010-04-22 |
| | | | | improve porting-Eigen2-to-3 docs | ||
* | extend sparse product benchmark with ublas | Gael Guennebaud | 2010-02-09 |
| | |||
* | extend benchmark for sparse products | Gael Guennebaud | 2010-01-05 |
| | |||
* | extend the sparse matrix assembly benchmark | Gael Guennebaud | 2009-10-07 |
| | |||
* | various updates in the (still messy) sparse benchmarks | Gael Guennebaud | 2009-01-28 |
| | |||
* | add ublas vector of vector in sparse setter bench | Gael Guennebaud | 2009-01-17 |
| | |||
* | add a sparse setter bench | Gael Guennebaud | 2009-01-17 |
| | |||
* | add a sparse * dense_vector bench | Gael Guennebaud | 2009-01-14 |
| | |||
* | add/update some benchmark files used to test/compare sparse module features | Gael Guennebaud | 2008-10-19 |
| | |||
* | Big API change in Cholesky module: | Gael Guennebaud | 2008-10-13 |
| | | | | | | | | | | | | | | | | * rename Cholesky to LLT * rename CholeskyWithoutSquareRoot to LDLT * rename MatrixBase::cholesky() to llt() * rename MatrixBase::choleskyNoSqrt() to ldlt() * make {LLT,LDLT}::solve() API consistent with other modules Note that we are going to keep a source compatibility untill the next beta release. E.g., the "old" Cholesky* classes, etc are still available for some time. To be clear, Eigen beta2 should be (hopefully) source compatible with beta1, and so beta2 will contain all the deprecated API of beta1. Those features marked as deprecated will be removed in beta3 (or in the final 2.0 if there is no beta 3 !). Also includes various updated in sparse Cholesky. | ||
* | add Cholesky and eigensolver benchmark | Gael Guennebaud | 2008-07-08 |
| | |||
* | * added an in-place version of inverseProduct which | Gael Guennebaud | 2008-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 MatrixBase | Gael Guennebaud | 2008-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 ! |