np_dot
Compute the dot product of two arrays by multiplying corresponding elements and summing the results.
Instructions
Compute the dot product 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 |