Home
last modified time | relevance | path

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

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