![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/rev/core/var.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
bool | stan::math::operator|| (const var &x, const var &y) |
Return the logical disjunction of the values of the two arguments as defined by || . More... | |
template<typename T > | |
bool | stan::math::operator|| (const var &x, double y) |
Return the logical disjunction of the values of the two arguments as defined by || . More... | |
template<typename T > | |
bool | stan::math::operator|| (double x, const var &y) |
Return the logical disjunction of the values of the two arguments as defined by || . More... | |