Function Matrix.inverse

Returns the inverse of a square matrix, which should give the identity if they are multiplied.

Matrix!(T,rows,columns) inverse() @property;