Mat.this

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

Meta