Stan Math Library  2.20.0
reverse mode automatic differentiation
Classes | Namespaces | Functions
fdim.hpp File Reference
#include <stan/math/rev/meta.hpp>
#include <stan/math/prim/scal/fun/is_any_nan.hpp>
#include <stan/math/rev/core.hpp>
#include <limits>

Go to the source code of this file.

Classes

class  stan::math::internal::fdim_vv_vari
 
class  stan::math::internal::fdim_vd_vari
 
class  stan::math::internal::fdim_dv_vari
 

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 
 stan::math::internal
 

Functions

var stan::math::fdim (const var &a, const var &b)
 Return the positive difference between the first variable's the value and the second's (C99, C++11). More...
 
var stan::math::fdim (double a, const var &b)
 Return the positive difference between the first value and the value of the second variable (C99, C++11). More...
 
var stan::math::fdim (const var &a, double b)
 Return the positive difference between the first variable's value and the second value (C99, C++11). More...
 

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