np_multiply
Multiply two arrays element-wise, returning a new array where each element is the product of corresponding elements from the inputs.
Instructions
Element-wise multiplication of two arrays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First input array. | |
| b | Yes | Second input array. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |