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

◆ sinh() [6/9]

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

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

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

Definition at line 55 of file sinh.hpp.