Mat.opOpAssign

Returns this matrix * matrix

  1. void opOpAssign(float scalar)
  2. void opOpAssign(Mat!(T, n) other)
    struct Mat(T, ulong n)
    @nogc pure nothrow
    void
    opOpAssign
    (
    string s
    )
    (
    const Mat!(T, n) other
    )
    if (
    s == "*"
    )
    if (
    n >= 2 &&
    isNumeric!T
    )

Meta