Description Usage Arguments Value Examples
rray_multiply_add()
computes x * y + z
, with broadcasting.
It is more efficient than simply doing those operations in sequence.
1 | rray_multiply_add(x, y, z)
|
x, y, z |
A vector, matrix, array or rray. |
An object of the common type of the inputs, containing the result of the multiply-add operation.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.