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

◆ operator-() [8/18]

template<typename T_a , typename T_b , require_all_nonscalar_prim_or_rev_kernel_expression_t< T_a, T_b > * = nullptr, require_any_var_t< T_a, T_b > * = nullptr>
auto stan::math::operator- ( const T_a &  a,
const T_b &  b 
)
inline

Subtraction of two reverse mode matrices and/or kernel generator expressions.

Template Parameters
T_atype of first expression
T_btype of second expression
Parameters
afirst expression
bsecond expression
Returns
The subtraction of the the second argument from the first

Definition at line 55 of file subtract.hpp.