np_matmul
Compute the matrix product of two 2D arrays, essential for linear algebra operations in data analysis and scientific computing.
Instructions
Matrix product of two arrays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First input array (2D). | |
| b | Yes | Second input array (2D). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |