index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
nesting_ops.cpp
Commit message (
Expand
)
Author
Age
*
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...
Gael Guennebaud
2018-07-17
*
Introduce a NumTraits<T>::Literal type to be used for literals, and
Gael Guennebaud
2016-06-23
*
Fix unit tests wrt EIGEN_DEFAULT_TO_ROW_MAJOR
Gael Guennebaud
2015-12-11
*
Implement temporary-free path for "D.nolias() ?= C + A*B". (I thought it was ...
Gael Guennebaud
2015-10-09
*
The evalautor of Solve was missing the EvalBeforeNestingBit flag.
Gael Guennebaud
2015-10-09
*
Add unit test for nested_eval
Gael Guennebaud
2015-10-09
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
ExprType::Nested has a new meaning now...
Gael Guennebaud
2014-02-19
*
It's better to check that eigen_assert does raise an assert rather than testi...
Gael Guennebaud
2013-07-01
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix bad tests
Gael Guennebaud
2010-06-28
*
fix nesting in Arraywrapper and nesting_ops
Gael Guennebaud
2010-02-09
*
Added a non-diagonal product nesting test.
Hauke Heibel
2010-02-09
*
Fixed paste© error.
Hauke Heibel
2010-02-09
*
Added debug only unit test for nesting ops - just run ./check nesting.
Hauke Heibel
2010-02-09