Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ fma() [6/17]

template<typename T1 , typename T2 , typename T3 , require_all_stan_scalar_t< T1, T2, T3 > * = nullptr>
fvar< return_type_t< T1, T2, T3 > > stan::math::fma ( const fvar< T1 > &  x1,
const T2 &  x2,
const T3 &  x3 
)
inline

See all-var input signature for details on the function and derivatives.

Definition at line 116 of file fma.hpp.