index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
ref.cpp
Commit message (
Expand
)
Author
Age
*
Workaround i387 issue in unit test
Gael Guennebaud
2015-11-16
*
Add unit-test for Visual2013 ambiguous call to operator=
Gael Guennebaud
2015-06-24
*
Factorize VERIFY_EVALUATION_COUNT in unit tests
Gael Guennebaud
2015-06-19
*
bug #969: workaround abiguous calls to Ref using enable_if.
Gael Guennebaud
2015-03-06
*
Big 853: replace enable_if in Ref<> ctor by static assertions and add failtes...
Gael Guennebaud
2014-11-05
*
Fix many long to int implicit conversions
Gael Guennebaud
2014-07-08
*
Relax Ref such that Ref<MatrixXf> accepts a RowVectorXf which can be seen as ...
Gael Guennebaud
2014-03-13
*
Ref<> objects must be nested by reference because they potentially store a te...
Gael Guennebaud
2013-08-11
*
Workaround a bunch of stupid warnings in unit tests
Gael Guennebaud
2013-06-23
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
The ref unit test cannot be easily written to work with EIGEN_DEFAULT_TO_ROW_...
Gael Guennebaud
2013-02-27
*
Fix two numerical issues in unit tests.
Gael Guennebaud
2013-02-27
*
Add a unit test for Ref.h and fix an extra copy.
Gael Guennebaud
2013-02-26