Matrix.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Matrix opOpAssign(U x)
    struct Matrix(T, int R, int C)
    @nogc ref pure nothrow
    opOpAssign
    (
    string op
    U : T
    )
    (
    U x
    )
    if (
    op == "*"
    )
  2. Matrix opOpAssign(U operand)
  3. Matrix opOpAssign(U operand)

Meta