Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ cosh() [6/9]

template<typename Container , require_container_st< std::is_arithmetic, Container > * = nullptr>
auto stan::math::cosh ( const Container &  x)
inline

Version of cosh() that accepts std::vectors, Eigen Matrix/Array objects or expressions, and containers of these.

Template Parameters
ContainerType of x
Parameters
xContainer
Returns
Hyberbolic cosine of x.

Definition at line 57 of file cosh.hpp.