method

inverse

v1_9_2_180 - Show latest stable - Class: Matrix
inverse()
public

Returns the inverse of the matrix.

Matrix[[-1, -1], [0, -1]].inverse
  => -1  1
      0 -1