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

◆ minus() [2/2]

template<typename T >
auto stan::math::minus ( const std::vector< T > &  x)
inline

Return the negation of the each element of a vector.

Template Parameters
TType of container.
Parameters
xContainer.
Returns
Container where each element is negated.

Definition at line 30 of file minus.hpp.