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

◆ operator!() [2/3]

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

Logical negation of a kernel generator expression.

Template Parameters
Ttype of the argument
Parameters
aargument expression
Returns
logical negation of given expression

Definition at line 109 of file unary_operation_cl.hpp.