Stan Math Library  2.15.0
reverse mode automatic differentiation
Namespaces | Functions
fma.hpp File Reference
#include <boost/math/tools/promotion.hpp>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T1 , typename T2 , typename T3 >
boost::math::tools::promote_args< T1, T2, T3 >::type stan::math::fma (const T1 &x, const T2 &y, const T3 &z)
 Return the product of the first two arguments plus the third argument. More...
 

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