verry.linalg.approx_qr#
- verry.linalg.approx_qr(a)#
Compute the QR factorization of a matrix approximately.
- Parameters:
a (IntervalMatrix) – Matrix to be QR factorized.
- Returns:
q (ndarray) – Approximately orthogonal matrix.
r (ndarray) – Upper-triangular matrix.