aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/autodiff_scalar.cpp
Commit message (Collapse)AuthorAge
* 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
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
|
* Workaround warningGravatar Gael Guennebaud2018-04-24
|
* fix compilation in C++98Gravatar Gael Guennebaud2017-06-09
|
* Specializing numeric_limits For AutoDiffScalarGravatar Mmanu Chaturvedi2017-05-23
|
* Add autodiff coverage for standard library hyperbolic functions, and tests.Gravatar Geoffrey Lalonde2016-06-15
| | | | | | | * * * Corrected tanh derivatived, moved test definitions. * * * Added more test cases, removed lingering lines
* bug #1189: fix pow/atan2 compilation for AutoDiffScalarGravatar Gael Guennebaud2016-04-05
|
* Fixed bug #702 and added unit test.Gravatar Christoph Hertzberg2013-11-07
Thanks to Alexander Werner for the report.