Home
last modified time | relevance | path

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

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/mat/fun/
H A Datanh.hpp13 struct atanh_fun { struct
38 inline typename apply_scalar_unary<atanh_fun, T>::return_t atanh(const T& x) { in atanh()
39 return apply_scalar_unary<atanh_fun, T>::apply(x); in atanh()
/dports/math/stanmath/math-4.2.0/stan/math/prim/fun/
H A Datanh.hpp51 struct atanh_fun { struct
79 return apply_scalar_unary<atanh_fun, T>::apply(x); in atanh()
/dports/math/zarray/zarray-0.1.0/include/zarray/
H A Dzmath.hpp258 XTENSOR_UNARY_ZFUNCTOR(zatanh, xt::atanh, math::atanh_fun);
H A Dzdispatcher.hpp622 zdispatcher_t<math::atanh_fun, 1>::init(); in init_zhyperbolic_dispatchers()
/dports/math/cppad/CppAD-20210000.8/test_more/general/
H A Dforward_dir.cpp1553 AD<double> atanh_fun(const AD<double>& x) in atanh_fun() function
1556 { return check_identity(atanh_fun, 0.5); } in atanh_op()
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxmath.hpp1488 -> detail::xfunction_type_t<math::atanh_fun, E> in atanh()
1490 return detail::make_xfunction<math::atanh_fun>(std::forward<E>(e)); in atanh()