|
TR-mbed 1.0
|
#include "main.h"#include <unsupported/Eigen/AutoDiff>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) |
| template<int > | |
| void | test_autodiff_scalar () |
| template<int > | |
| void | test_autodiff_vector () |
| template<int > | |
| void | test_autodiff_jacobian () |
| template<int > | |
| void | test_autodiff_hessian () |
| double | bug_1222 () |
| EIGEN_DECLARE_TEST (autodiff) | |
| double bug_1222 | ( | ) |
| EIGEN_DECLARE_TEST | ( | autodiff | ) |
| EIGEN_DONT_INLINE Scalar foo | ( | const Scalar & | x, |
| const Scalar & | y | ||
| ) |
| EIGEN_DONT_INLINE Vector::Scalar foo | ( | const Vector & | p | ) |
| void forward_jacobian | ( | const Func & | f | ) |
| void test_autodiff_hessian | ( | ) |
| void test_autodiff_jacobian | ( | ) |
| void test_autodiff_scalar | ( | ) |
| void test_autodiff_vector | ( | ) |