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

◆ minus() [1/2]

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

Returns the negation of the specified scalar or matrix.

Template Parameters
TType of subtrahend.
Parameters
xSubtrahend.
Returns
Negation of subtrahend.

Definition at line 18 of file minus.hpp.