Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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.