Matrix.this

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

Meta