aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/SparseVector.h
Commit message (Expand)AuthorAge
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
| * Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
| * add specialization ei_ref_selector for sparse matrix typesGravatar Gael Guennebaud2009-12-01
| * precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* | more ET refactoring:Gravatar Gael Guennebaud2009-11-17
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
|/
* 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
* oopsGravatar Gael Guennebaud2009-05-04
* new simplified API to fill sparse matrices (the old functions areGravatar Gael Guennebaud2009-05-04
* add auto transposition for vectorsGravatar Gael Guennebaud2009-04-30
* - add diagonal * sparse product as an expressionGravatar Gael Guennebaud2009-02-09
* add support for read/write sub sets of inner vectors (sparse module)Gravatar Gael Guennebaud2009-01-27
* sparse module: makes -= and += operator workingGravatar Gael Guennebaud2009-01-23
* sparse module:Gravatar Gael Guennebaud2009-01-21
* 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
* add a smart realloc algorithm when filling a sparse matrixGravatar Gael Guennebaud2009-01-18
* Sparse module: add row/col methods to the iteratorsGravatar Gael Guennebaud2009-01-15
* Sparse module:Gravatar Gael Guennebaud2009-01-15
* Sparse module:Gravatar 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