mat.opMul

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

Meta