![]() |
Stan Math Library
2.14.0
reverse mode automatic differentiation
|
#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... | |