#include "main.h"#include <unsupported/Eigen/AutoDiff>
Go to the source code of this file.
Classes | |
| struct | TestFunc1< _Scalar, NX, NY > |
Macros | |
| #define | EIGEN_TEST_SPACE |
Functions | |
| double | bug_1222 () |
| double | bug_1223 () |
| void | bug_1260 () |
| double | bug_1261 () |
| double | bug_1264 () |
| template<typename Scalar > | |
| EIGEN_DONT_INLINE Scalar | foo (const Scalar &x, const Scalar &y) |
| template<typename Vector > | |
| EIGEN_DONT_INLINE Vector::Scalar | foo (const Vector &p) |
| template<typename Func > | |
| void | forward_jacobian (const Func &f) |
| void | test_autodiff () |
| template<int > | |
| void | test_autodiff_hessian () |
| template<int > | |
| void | test_autodiff_jacobian () |
| template<int > | |
| void | test_autodiff_scalar () |
| template<int > | |
| void | test_autodiff_vector () |
| #define EIGEN_TEST_SPACE |
| double bug_1222 | ( | ) |
Definition at line 300 of file autodiff.cpp.
| double bug_1223 | ( | ) |
Definition at line 309 of file autodiff.cpp.
| void bug_1260 | ( | ) |
Definition at line 328 of file autodiff.cpp.
| double bug_1261 | ( | ) |
Definition at line 335 of file autodiff.cpp.
| double bug_1264 | ( | ) |
Definition at line 345 of file autodiff.cpp.
| EIGEN_DONT_INLINE Scalar foo | ( | const Scalar & | x, |
| const Scalar & | y | ||
| ) |
Definition at line 14 of file autodiff.cpp.
| EIGEN_DONT_INLINE Vector::Scalar foo | ( | const Vector & | p | ) |
Definition at line 26 of file autodiff.cpp.
| void forward_jacobian | ( | const Func & | f | ) |
Definition at line 191 of file autodiff.cpp.
| void test_autodiff | ( | ) |
Definition at line 353 of file autodiff.cpp.
| void test_autodiff_hessian | ( | ) |
Definition at line 257 of file autodiff.cpp.
| void test_autodiff_jacobian | ( | ) |
Definition at line 243 of file autodiff.cpp.
| void test_autodiff_scalar | ( | ) |
Definition at line 216 of file autodiff.cpp.
| void test_autodiff_vector | ( | ) |
Definition at line 229 of file autodiff.cpp.