Stan Math Library  2.14.0
reverse mode automatic differentiation
Namespaces | Functions
operator_subtraction.hpp File Reference
#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 <stan/math/prim/scal/fun/is_nan.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)
 Subtraction operator for variables (C++). More...
 
var stan::math::operator- (const var &a, double b)
 Subtraction operator for variable and scalar (C++). More...
 
var stan::math::operator- (double a, const var &b)
 Subtraction operator for scalar and variable (C++). More...
 

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