1 #ifndef STAN__AGRAD__REV__OPERATORS__OPERATOR_UNARY_NOT_HPP
2 #define STAN__AGRAD__REV__OPERATORS__OPERATOR_UNARY_NOT_HPP
bool operator!(const var &a)
Prefix logical negation for the value of variables (C++).
double val() const
Return the value of this variable.
Independent (input) and dependent (output) variables for gradients.