![]() |
Stan Math Library
2.10.0
reverse mode automatic differentiation
|
#include <stan/math/rev/core/var.hpp>
#include <stan/math/rev/core/v_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-- (var &a) |
Prefix decrement operator for variables (C++). More... | |
var | stan::math::operator-- (var &a, int) |
Postfix decrement operator for variables (C++). More... | |