![]() |
Stan Math Library
2.8.0
reverse mode automatic differentiation
|
#include <stan/math/rev/core/var.hpp>
#include <stan/math/rev/core/vv_vari.hpp>
#include <stan/math/rev/core/vd_vari.hpp>
#include <stan/math/rev/core/dv_vari.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <limits>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
var | stan::math::operator/ (const var &a, const var &b) |
Division operator for two variables (C++). More... | |
var | stan::math::operator/ (const var &a, const double b) |
Division operator for dividing a variable by a scalar (C++). More... | |
var | stan::math::operator/ (const double a, const var &b) |
Division operator for dividing a scalar by a variable (C++). More... | |