probnum.utils.linalg¶
Utility functions that involve numerical linear algebra.
Functions¶
|
Inner product \(\langle v, w \rangle_A := v^T A w\). |
|
Induced norm \(\lVert v \rVert_A := \sqrt{v^T A v}\). |
|
Compute Cholesky update/factorization \(L\) such that \(L L^\top = S_1 S_1^\top + S_2 S_2^\top\) holds. |
|
Orthogonally transform a lower-triangular matrix into a lower-triangular matrix with positive diagonal. |
|
Orthogonalize a vector with respect to an orthogonal basis and inner product. |
|
Stabilized Gram-Schmidt process. |
|
Perform the (modified) Gram-Schmidt process twice. |