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

Go to the source code of this file.

Classes

class  stan::math::internal::fma_vvv_vari
 
class  stan::math::internal::fma_vvd_vari
 
class  stan::math::internal::fma_vdv_vari
 
class  stan::math::internal::fma_vdd_vari
 
class  stan::math::internal::fma_ddv_vari
 

Namespaces

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

Functions

var stan::math::fma (const var &a, const var &b, const var &c)
 The fused multiply-add function for three variables (C99). More...
 
var stan::math::fma (const var &a, const var &b, double c)
 The fused multiply-add function for two variables and a value (C99). More...
 
var stan::math::fma (const var &a, double b, const var &c)
 The fused multiply-add function for a variable, value, and variable (C99). More...
 
var stan::math::fma (const var &a, double b, double c)
 The fused multiply-add function for a variable and two values (C99). More...
 
var stan::math::fma (double a, const var &b, double c)
 The fused multiply-add function for a value, variable, and value (C99). More...
 
var stan::math::fma (double a, double b, const var &c)
 The fused multiply-add function for two values and a variable, and value (C99). More...
 
var stan::math::fma (double a, const var &b, const var &c)
 The fused multiply-add function for a value and two variables (C99). More...
 

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