Skip to main content
Glama
defmatrix.pyi488 B
from collections.abc import Sequence, Mapping from typing import Any from numpy import matrix from numpy._typing import ArrayLike, DTypeLike, NDArray __all__ = ["matrix", "bmat", "asmatrix"] def bmat( obj: str | Sequence[ArrayLike] | NDArray[Any], ldict: None | Mapping[str, Any] = ..., gdict: None | Mapping[str, Any] = ..., ) -> matrix[tuple[int, int], Any]: ... def asmatrix(data: ArrayLike, dtype: DTypeLike = ...) -> matrix[tuple[int, int], Any]: ... mat = asmatrix

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lillard01/chatExcel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server