Matrix.this

Constructs a Matrix specifying all elements.

  1. this(T[numElements] values)
    struct Matrix(T, uint numColumns, uint numRows = numColumns)
    this
    ()
    (
    const auto ref T[numElements] values
    )
    if (
    numColumns > 0 &&
    numRows > 0
    )
  2. this(T diag)

Meta