numpy_mcp_matlib_operation
Perform matrix operations such as generating random matrices, reshaping, transposing, and stacking arrays. Designed for numerical computations within the Fermat MCP server.
Instructions
Do matrix operations: rand-mat, zeros, ones, eye, identity, arange, linspace, reshape, flatten, concatenate, transpose, stack
Input Schema
Name | Required | Description | Default |
---|---|---|---|
axis | No | ||
data | No | ||
k | No | ||
m | No | ||
n | No | ||
num | No | ||
operation | Yes | ||
shape | No | ||
start | No | ||
step | No | ||
stop | No |