aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/NumericalDiff.cpp
Commit message (Collapse)AuthorAge
* Fix numerous shadow-warnings for GCC<=4.8Gravatar Christoph Hertzberg2018-08-28
|
* 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
* be sure that there's no name clash between NumericalDiff::df and theGravatar Thomas Capricelli2009-09-28
| | | | original functor df()
* central sheme for numerical diffGravatar Thomas Capricelli2009-09-28
|
* starting work on a Numerical differenciation moduleGravatar Thomas Capricelli2009-09-28