numpy_mcp_matlib_operation
Perform matrix operations such as array creation, reshaping, concatenation, and transposition on the Fermat MCP server for efficient mathematical computations.
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 |