aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse_ref.cpp
Commit message (Collapse)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* Fix unit test.Gravatar Gael Guennebaud2016-05-19
|
* bug #1064: add support for Ref<SparseVector>Gravatar Gael Guennebaud2015-10-21
|
* Add sparse vector to Ref<SparseMatrix> conversion unit tests, and improve ↵Gravatar Gael Guennebaud2015-10-06
| | | | output of sparse_ref unit test in case of failure.
* Improve counting of sparse temporariesGravatar 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.
* Make Block<SparseMatrix> inherit SparseCompressedBase in the case of an ↵Gravatar Gael Guennebaud2015-02-09
| | | | inner-panels and fix valuePtr() innerIndexPtr()
* 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