Matrix.identity

static create identity matrix

struct Matrix(type, int numCols, int numRows)
nothrow @nogc pure nothrow @nogc pure nothrow @nogc @safe @safe pure nothrow static
static if(cols == rows)
identity
()
if (
(numCols > 1) &&
(numRows > 1)
)

Meta