Union type for numeric, array, or matrix values
Represents a value that can be a scalar number, a 1D array, or a 2D matrix. This type is commonly used in functions that accept flexible input types.
Union type for numeric, array, or matrix values
Represents a value that can be a scalar number, a 1D array, or a 2D matrix. This type is commonly used in functions that accept flexible input types.
import { type numarraymatrix } from "types.d.ts";