aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/diagonal.cpp
Commit message (Expand)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* bug #1516: add assertion for out-of-range diagonal index in MatrixBase::diago...Gravatar Gael Guennebaud2018-04-03
* bug #1376: add missing assertion on size mismatch with compound assignment op...Gravatar Gael Guennebaud2017-01-23
* bug #178: remove additional const on nested expression, and remove several co...Gravatar Gael Guennebaud2016-01-28
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Add missing template keywordGravatar Gael Guennebaud2013-03-01
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Add a DynamicIndex constant for signed quantities and use it to fix the conflictGravatar Gael Guennebaud2012-07-10
* fix computation of fixed size sub/super diagonal sizeGravatar Gael Guennebaud2012-07-10
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...Gravatar Benoit Jacob2010-02-26