Searched refs:cosh_px (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
H A Dautodiff_scalar.cpp49 Scalar cosh_px = std::cosh(p.x()); local
52 VERIFY_IS_APPROX(res1.derivatives().x(), Scalar(1.0) / (cosh_px * cosh_px));
56 VERIFY_IS_APPROX(res2.derivatives().x(), cosh_px);
59 VERIFY_IS_APPROX(res3.value(), cosh_px);

Completed in 903 milliseconds