verry.linalg.approx_inv#

verry.linalg.approx_inv(a)#

Approximately compute the inverse of an interval matrix.

Parameters:

a (IntervalMatrix) – Matrix to be inverted.

Return type:

ndarray

Raises:

LinAlgError – If a is not square or inversion fails.