Matrix.inverse

Inverts the given matrix.

class Matrix
bool
inverse
()

Parameters

res Matrix

return location for the inverse matrix

Return Value

Type: bool

true if the matrix is invertible

Meta