Represents a two-dimensional array of numbers.
This type defines a matrix, which is a two-dimensional array where each sub-array (row) contains numbers. Each row in the matrix must have the same length, and the elements must all be numbers.
T[][]
Represents a two-dimensional array of numbers.
This type defines a matrix, which is a two-dimensional array where each sub-array (row) contains numbers. Each row in the matrix must have the same length, and the elements must all be numbers.
T[][]
import { type matrix } from "types.d.ts";