Type Alias Matrix<TValue>

Matrix: TValue[][]

A matrix is a two dimensional data structure.

Type Parameters

  • TValue

    The type of the source data that the matrix was created from.