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

◆ fma() [2/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 T1 &  x1,
const fvar< T2 > &  x2,
const fvar< T3 > &  x3 
)
inline

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

Definition at line 73 of file fma.hpp.