Matrix.makeDiagonal

Makes the current matrix an scaled identity matrix

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

Meta