#include "main.h"#include <unsupported/Eigen/AutoDiff>
Go to the source code of this file.
Classes | |
| struct | TestFunc1< _Scalar, NX, NY > |
Functions | |
| 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 () |
| void | test_autodiff_jacobian () |
| void | test_autodiff_scalar () |
| void | test_autodiff_vector () |
| 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 25 of file autodiff.cpp.
| void forward_jacobian | ( | const Func & | f | ) |
Definition at line 107 of file autodiff.cpp.
| void test_autodiff | ( | ) |
Definition at line 165 of file autodiff.cpp.
| void test_autodiff_jacobian | ( | ) |
Definition at line 156 of file autodiff.cpp.
| void test_autodiff_scalar | ( | ) |
Definition at line 132 of file autodiff.cpp.
| void test_autodiff_vector | ( | ) |
Definition at line 143 of file autodiff.cpp.