Matrix.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(mt inp)
  2. void opOpAssign(Matrix inp)
    struct Matrix(type, int rows_, int cols_)
    @safe pure nothrow
    void
    opOpAssign
    (
    string op
    )
    if (
    (op == "+") ||
    (op == "-")
    )
    if (
    (rows_ > 0) &&
    (cols_ > 0)
    )
  3. void opOpAssign(Matrix inp)

Meta