Matrix.this

Undocumented in source.
  1. this(Args args)
  2. this(T mat)
  3. this(T mat)
  4. this(E value)
    struct Matrix(E, uint rows_, uint cols_, Layout layout = Layout.rowMajor)
    this
    ()
    ()
    if (
    rows_ >= 1 &&
    cols_ >= 1
    )

Meta