Type alias DanMatrixConstructorType<T>

DanMatrixConstructorType<T>: RowsColsFilledWithValType<T> | T[][]

DanMatrixConstructorType

It is the DanMatrix constructor type. It can be:

  • an object of type RowsColsFilledWithValType
  • an Array of Array of values of type T

Type Parameters

  • T

    the type of the values which will be stored in the matrix

Generated using TypeDoc