Matrix.this

Constructs a matrix from a two-dimensional array of elements

  1. this(T[][] elements)
  2. this(T[columns][rows] elements)
    class Matrix(T, uint rows, uint columns)
    this
    (
    T[columns][rows] elements
    )
  3. this(T element)
  4. this()
  5. this(Matrix!(T, rows, columns) toCopy)

Meta