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

◆ operator-() [7/18]

template<typename T , require_all_kernel_expressions_and_none_scalar_t< T > * = nullptr>
var_value< matrix_cl< double > > stan::math::operator- ( const var_value< T > &  M)
inline

Returns the unary minus of the input.

Parameters
Minput kernel expression
Returns
result of unary minus of the input.

Definition at line 19 of file operator_unary_minus.hpp.