Matrix.this

Undocumented in source.
  1. this(const(T)[N * M] v)
    struct Matrix(T, size_t N, size_t M = N)
    pure nothrow
    this
    ()
    (
    in const(T)[N * M] v...
    )
  2. this(Matrix!(T2, N, M) m)
  3. this(const(T)[N2] v)
  4. this(Matrix!(T2, N2, 1) v)

Meta