Matrix.makeIdentity

Makes the current matrix an identity matrix

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

Meta