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

◆ sinh() [6/9]

template<typename Container , require_ad_container_t< Container > * = nullptr>
auto stan::math::sinh ( const Container &  x)
inline

Vectorized version of sinh().

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

Template Parameters
Containertype of container
Parameters
xcontainer
Returns
Hyperbolic sine of each variable in x.
Template Parameters
ContainerType of x
Parameters
xContainer
Returns
Hyperbolic sine of each variable in x.

Definition at line 60 of file sinh.hpp.