aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseRef.h
Commit message (Collapse)AuthorAge
* SparseRef: Fixed alignment warning on ARM GCCGravatar Joel Holdsworth2019-11-07
|
* Fix memory leak in Ref<Sparse>Gravatar Gael Guennebaud2016-12-05
|
* Improve inline documentation of SparseCompressedBase and its derived classesGravatar Gael Guennebaud2016-01-03
|
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
|
* add FIXMEGravatar Gael Guennebaud2015-10-21
|
* bug #1064: add support for Ref<SparseVector>Gravatar Gael Guennebaud2015-10-21
|
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to ↵Gravatar Gael Guennebaud2015-10-08
| | | | EIGEN_GENERIC_PUBLIC_INTERFACE
* Fix Ref<SparseMatrix> for Transpose<SparseVector>Gravatar Gael Guennebaud2015-10-06
|
* Optimize Ref<SparseMatrix> by removing useless default initialisation of ↵Gravatar Gael Guennebaud2015-10-06
| | | | SparseMapBase and SparseMatrix
* Enable to view a SparseVector as a Ref<SparseMatrix>Gravatar Gael Guennebaud2015-10-06
|
* bug #910: add a StandardCompressedFormat option to Ref<SparseMatrix> to ↵Gravatar Gael Guennebaud2015-06-09
| | | | | | enforce standard compressed storage format. If the input is not compressed, then this trigger a copy for a const Ref, and a runtime assert for non-const Ref.
* Cleaning and add more unit tests for Ref<SparseMatrix> and Map<SparseMatrix>Gravatar Gael Guennebaud2015-02-09
|
* Add a Ref<SparseMatrix> specialization.Gravatar Gael Guennebaud2015-02-07