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

◆ sin() [6/9]

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

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

Template Parameters
ContainerType of x
Parameters
xContainer
Returns
Sine of each value in x.

Definition at line 76 of file sin.hpp.