#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 Func > | |
void | forward_jacobian (const Func &f) |
void | test_autodiff () |
void | test_autodiff_jacobian () |
void | test_autodiff_scalar () |
EIGEN_DONT_INLINE Scalar foo | ( | const Scalar & | x, |
const Scalar & | y | ||
) |
Definition at line 29 of file autodiff.cpp.
void forward_jacobian | ( | const Func & | f | ) |
Definition at line 114 of file autodiff.cpp.
void test_autodiff | ( | ) |
Definition at line 159 of file autodiff.cpp.
void test_autodiff_jacobian | ( | ) |
Definition at line 148 of file autodiff.cpp.
void test_autodiff_scalar | ( | ) |
Definition at line 137 of file autodiff.cpp.