verry.linalg.inv#

verry.linalg.inv(a, r=None)#

Compute the inverse of an interval matrix.

Parameters:
  • a (IntervalMatrix) – Matrix to be inverted.

  • r (ndarray, optional) – Approximate inverse of a.

Return type:

IntervalMatrix

Raises:

LinAlgError – If a is not square or inversion fails.