Type Alias: Matrix<T>
Matrix<
T> = (T|undefined)[][]
Defined in: src/matrix.ts:4
A two-dimensional array of given type T in rows and columns
Type Parameters
T
T
Matrix<
T> = (T|undefined)[][]
Defined in: src/matrix.ts:4
A two-dimensional array of given type T in rows and columns
T