matrix_multiply
Compute the product of two matrices. Provide their numerical arrays to get the result.
Instructions
Multiply two matrices A @ B.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||