Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
The fused multiply-add function for a value, variable, and value (C99).
This function returns the product of the first two arguments plus the third argument.
The derivative is
\(\frac{d}{d y} (x * y) + z = x\), and
Ta | type of the first multiplicand |
Tc | type of the summand |
x | First multiplicand. |
y | Second multiplicand. |
z | Summand. |