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

◆ operator-() [6/18]

template<typename T , require_all_kernel_expressions_and_none_scalar_t< T > * = nullptr>
unary_minus_< as_operation_cl_t< T > > stan::math::operator- ( T &&  a)
inline

Unary minus of a kernel generator expression.

Template Parameters
Ttype of the argument
Parameters
aargument expression
Returns
unary minus of given expression

Definition at line 162 of file unary_operation_cl.hpp.