#include "main.h"
#include <unsupported/Eigen/AutoDiff>
Go to the source code of this file.
Functions | |
template<typename Scalar > | |
void | check_atan2 () |
template<typename Scalar > | |
void | check_hyperbolic_functions () |
template<typename Scalar > | |
void | check_limits_specialization () |
void | test_autodiff_scalar () |
void check_atan2 | ( | ) |
Definition at line 18 of file autodiff_scalar.cpp.
void check_hyperbolic_functions | ( | ) |
Definition at line 39 of file autodiff_scalar.cpp.
void check_limits_specialization | ( | ) |
Definition at line 76 of file autodiff_scalar.cpp.
void test_autodiff_scalar | ( | ) |
Definition at line 89 of file autodiff_scalar.cpp.