Stan Math Library  2.11.0
reverse mode automatic differentiation
Namespaces | Functions
operator_unary_decrement.hpp File Reference
#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...
 

     [ Stan Home Page ] © 2011–2016, Stan Development Team.