Matrix.opAssign

Allows assigning the matrix to a single value to set all elements of the matrix to such a value

  1. void opAssign(T[][] rhs)
  2. void opAssign(T[columns][rows] rhs)
  3. void opAssign(T rhs)
    class Matrix(T, uint rows, uint columns)
    void
    opAssign
    (
    T rhs
    )

Meta