Mat.this

Undocumented in source.
  1. this(T[rowCount * colCount] elements)
  2. this(T[] elements)
  3. this(Mat!(T, rowCount, colCount) other)
  4. this(T value)
    struct Mat(T, size_t rowCount, size_t colCount)
    this
    ()
    if (
    isNumeric!T &&
    rowCount > 0
    &&
    colCount > 0
    )

Meta