Matrix.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Matrix!(T, M, N) opBinary(T val)
    struct Matrix(T, size_t M, size_t N)
    Matrix!(T, M, N)
    opBinary
    (
    string op
    )
    (
    T val
    )
  2. Matrix!(T, M, N) opBinary(Matrix!(T, M, N) val)
  3. Matrix!(T, M, N) opBinary(Matrix!(T, M, N) val)

Meta