aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/SparseMatrixBase.h
Commit message (Expand)AuthorAge
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* add a novel, experimental sparse productGravatar Gael Guennebaud2010-01-05
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | extend the DenseStorageMatrix mechanism to all expressionsGravatar Gael Guennebaud2009-12-22
* | a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
| * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
| * precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
* | Big refactoring/cleaning in the spasre module withGravatar Gael Guennebaud2009-11-18
* | more ET refactoring:Gravatar Gael Guennebaud2009-11-17
* | adapt CwiseBinaryOp and the Sparse counter partGravatar Gael Guennebaud2009-11-17
* | adapt CwiseUnaryOp and CwiseUnaryViewGravatar Gael Guennebaud2009-11-16
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
|/
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* finish my evalToDense => evalTo changeGravatar Gael Guennebaud2009-09-17
* Fix compilation in sparse moduleGravatar Gael Guennebaud2009-08-06
* remove remnant of MultiplierBaseGravatar Benoit Jacob2009-08-06
* synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\
| * fix typo in previous commitGravatar Gael Guennebaud2009-07-13
| * add a SparseNestByValue expression and fix issue in sparse adjoint evaluationGravatar Gael Guennebaud2009-07-13
* | * extended the cache friendly products to support C = alpha * A * M and C += ...Gravatar Gael Guennebaud2009-07-07
* | add a generic mechanism to copy a special matrix to a dense matrix so thatGravatar Gael Guennebaud2009-07-07
* | * update sparse module wrt new diagonal matrix implGravatar Gael Guennebaud2009-07-04
|/
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* 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
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* new simplified API to fill sparse matrices (the old functions areGravatar Gael Guennebaud2009-05-04
* sparse module: new API proposal for triangular solves and experimentalGravatar Gael Guennebaud2009-04-05
* CwiseUnaryOp -> SparseCwiseUnaryOpGravatar Benoit Jacob2009-04-01
* add support for read/write sub sets of inner vectors (sparse module)Gravatar Gael Guennebaud2009-01-27
* sparse module:Gravatar Gael Guennebaud2009-01-21
* 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
* Sparse module:Gravatar 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
* Sparse module:Gravatar Gael Guennebaud2009-01-07
* Added a SparseVector class (not tested yet)Gravatar Gael Guennebaud2009-01-02
* 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:Gravatar Gael Guennebaud2008-10-21
* Sparse module:Gravatar Gael Guennebaud2008-10-04
* resurrected sparse triangular solverGravatar Gael Guennebaud2008-09-02
* Extended sparse unit-test: nested blocks and InnerIterators.Gravatar Daniel Gomez Ferro2008-09-02
* fix a number of compiler errors and warnings with gcc 4.3. There was a missingGravatar Benoit Jacob2008-08-22
* extend sparse unit test and more bugfix, major todo: finilize the SparseSetterGravatar Gael Guennebaud2008-08-21