danmatrix
    Preparing search index...

    Type Alias DanMatrixConstructorType<T>

    DanMatrixConstructorType: 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