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