struct Matrix(type, int numCols, int numRows)
nothrow @
nogc pure nothrow @
nogc pure nothrow @
nogc @
safe @
safe pure nothrow static
static if(cols == rows)
static if(!(cols == 2 || cols == 3))
static if(cols >= 3)
scaling
if (
(numCols > 1) &&
(numRows > 1)
)
static construction of a scaling matrix from an array/vector