Matrix.unit

Initialize unit matrix.

struct Matrix(size_t ROWS, size_t COLS, E = float)
static
static if(COLS == ROWS)
typeof(this)
unit
()

Return Value

Type: typeof(this)

unit matrix;

Meta