aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseCompressedBase.h
Commit message (Expand)AuthorAge
* Move evaluator<SparseCompressedBase>::find(i,j) to a more general and reusabl...Gravatar Gael Guennebaud2019-01-28
* bug #1381: fix sparse.diagonal() used as a rvalue.Gravatar Gael Guennebaud2017-01-25
* Added += and + operators to inner iteratorsGravatar Valentin Roussellet2016-12-28
* Clean up SparseCore module regarding ReverseInnerIteratorGravatar Gael Guennebaud2016-12-01
* fix member orderGravatar Gael Guennebaud2016-12-01
* Fix regression in SparseMatrix::ReverseInnerIteratorGravatar Gael Guennebaud2016-11-14
* bug #1271: add SparseMatrix::coeffs() methods returning a 1D view of the non ...Gravatar Gael Guennebaud2016-08-29
* Compilation fixGravatar Gael Guennebaud2016-03-01
* Compilation fixGravatar Gael Guennebaud2016-03-01
* bug #1172: make valuePtr and innderIndexPtr properly return null for empty ma...Gravatar Gael Guennebaud2016-02-27
* bug #557: make InnerIterator of sparse storage types more versatile by adding...Gravatar Gael Guennebaud2016-02-01
* Improve inline documentation of SparseCompressedBase and its derived classesGravatar Gael Guennebaud2016-01-03
* Forbid the creation of SparseCompressedBase objectGravatar Gael Guennebaud2015-12-09
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* Add missing epxlicit keyword, and fix regression in DynamicSparseMatrixGravatar Gael Guennebaud2015-10-12
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08
* Make SparseVector derive from SparseCompressedBase, thus improving compatibil...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
* Add a SparseCompressedBase class providing (un)compressed accessors (like dat...Gravatar Gael Guennebaud2015-02-07