np_eye
Create a 2D identity array with specified number of rows and columns and data type.
Instructions
Return a 2D identity array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | ||
| m | No | ||
| dtype | No | The data type of the array (default: "float64"). | float64 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |