aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseMap.h
Commit message (Expand)AuthorAge
* bug #1258: fix compilation of Map<SparseMatrix>::coeffRefGravatar Gael Guennebaud2016-07-26
* Doc: improve documentation of Map<SparseMatrix>Gravatar Gael Guennebaud2016-06-01
* Improve inline documentation of SparseCompressedBase and its derived classesGravatar Gael Guennebaud2016-01-03
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08
* Fix Ref<SparseMatrix> for Transpose<SparseVector>Gravatar Gael Guennebaud2015-10-06
* Optimize Ref<SparseMatrix> by removing useless default initialisation of Spar...Gravatar Gael Guennebaud2015-10-06
* Enable to view a SparseVector as a Ref<SparseMatrix>Gravatar Gael Guennebaud2015-10-06
* bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEs...Gravatar Gael Guennebaud2015-04-01
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
* Cleaning and add more unit tests for Ref<SparseMatrix> and Map<SparseMatrix>Gravatar Gael Guennebaud2015-02-09
* Add a Map<SparseMatrix> specialization.Gravatar Gael Guennebaud2015-02-07