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

◆ sign() [3/3]

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

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

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

Definition at line 42 of file sign.hpp.