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

◆ step() [2/3]

template<typename T , require_container_t< T > * = nullptr>
auto stan::math::step ( const T &  x)
inline

Return the elementwise application of step() to specified argument container.

Template Parameters
Ttype of container
Parameters
xcontainer
Returns
Elementwise step of members of container.

Definition at line 61 of file step.hpp.