aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/nesting_ops.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
* Introduce a NumTraits<T>::Literal type to be used for literals, andGravatar Gael Guennebaud2016-06-23
* Fix unit tests wrt EIGEN_DEFAULT_TO_ROW_MAJORGravatar Gael Guennebaud2015-12-11
* Implement temporary-free path for "D.nolias() ?= C + A*B". (I thought it was ...Gravatar Gael Guennebaud2015-10-09
* The evalautor of Solve was missing the EvalBeforeNestingBit flag.Gravatar Gael Guennebaud2015-10-09
* Add unit test for nested_evalGravatar Gael Guennebaud2015-10-09
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* ExprType::Nested has a new meaning now...Gravatar Gael Guennebaud2014-02-19
* It's better to check that eigen_assert does raise an assert rather than testi...Gravatar Gael Guennebaud2013-07-01
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix bad testsGravatar Gael Guennebaud2010-06-28
* fix nesting in Arraywrapper and nesting_opsGravatar Gael Guennebaud2010-02-09
* Added a non-diagonal product nesting test.Gravatar Hauke Heibel2010-02-09
* Fixed paste&copy error.Gravatar Hauke Heibel2010-02-09
* Added debug only unit test for nesting ops - just run ./check nesting.Gravatar Hauke Heibel2010-02-09