Matrix.opAssign

Allows assigning the matrix to a static two-dimensional array to set all components of the matrix

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

Meta