Matrix.identity

static create identity matrix

struct Matrix(type, int numCols, int numRows)
static @property
identity
(
)
if (
(numCols > 1) &&
(numRows > 1)
)

Meta