![]() |
|
Classes | |
struct | TestFunc1< Scalar_, NX, NY > |
struct | integratorFunctor< Scalar > |
Macros | |
#define | EIGEN_TEST_SPACE |
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_cpp11 (const Func &f) |
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 () |
double | bug_1223 () |
void | bug_1260 () |
double | bug_1261 () |
double | bug_1264 () |
double | bug_1281 () |
EIGEN_DECLARE_TEST (autodiff) | |
#define EIGEN_TEST_SPACE |
double bug_1222 | ( | ) |
Referenced by EIGEN_DECLARE_TEST().
double bug_1223 | ( | ) |
References EIGEN_TEST_SPACE, min, and plotPSD::t.
Referenced by EIGEN_DECLARE_TEST().
void bug_1260 | ( | ) |
References v.
Referenced by EIGEN_DECLARE_TEST().
double bug_1261 | ( | ) |
double bug_1264 | ( | ) |
double bug_1281 | ( | ) |
References calibrate::c, n, and Global::x0.
Referenced by EIGEN_DECLARE_TEST().
EIGEN_DECLARE_TEST | ( | autodiff | ) |
References bug_1222(), bug_1223(), bug_1260(), bug_1261(), bug_1281(), CALL_SUBTEST_1, CALL_SUBTEST_2, CALL_SUBTEST_3, CALL_SUBTEST_4, CALL_SUBTEST_5, Eigen::g_repeat, and i.
EIGEN_DONT_INLINE Scalar foo | ( | const Scalar & | x, |
const Scalar & | y | ||
) |
References cos(), EIGEN_ASM_COMMENT, Eigen::bfloat16_impl::exp(), Eigen::bfloat16_impl::pow(), sin(), sqrt(), plotDoE::x, and y.
Referenced by test_autodiff_scalar(), and test_autodiff_vector().
EIGEN_DONT_INLINE Vector::Scalar foo | ( | const Vector & | p | ) |
References p.
void forward_jacobian | ( | const Func & | f | ) |
References f(), j, VERIFY_IS_APPROX, plotDoE::x, and y.
Referenced by test_autodiff_jacobian().
void forward_jacobian_cpp11 | ( | const Func & | f | ) |
void test_autodiff_hessian | ( | ) |
References cos(), sin(), VERIFY_IS_APPROX, plotDoE::x, y, and oomph::PseudoSolidHelper::Zero.
void test_autodiff_jacobian | ( | ) |
References CALL_SUBTEST, forward_jacobian(), and forward_jacobian_cpp11().
void test_autodiff_scalar | ( | ) |
References plotDoE::ax, foo(), p, res, and VERIFY_IS_APPROX.
void test_autodiff_vector | ( | ) |
References ap, foo(), p, res, and VERIFY_IS_APPROX.