![]() |
Stan Math Library
2.11.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 &a, const var &b) |
| Equality operator comparing two variables' values (C++). More... | |
| bool | stan::math::operator== (const var &a, const double b) |
| Equality operator comparing a variable's value and a double (C++). More... | |
| bool | stan::math::operator== (const double a, const var &b) |
| Equality operator comparing a scalar and a variable's value (C++). More... | |