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)
  4. this(Matrix!(T2, N2, 1) v)
    struct Matrix(T, size_t N, size_t M = N)
    pure nothrow
    static if(M == 1)
    this
    (
    T2
    size_t N2
    )
    (
    in Matrix!(T2, N2, 1) v
    )
    if (
    N2 < N
    )

Meta