gftool.linalg

Collection of linear algebra algorithms not contained in numpy or scipy.

API

Functions

lstsq_ec(a, b, c, d[, rcond])

Least-squares solution with equality constraint for linear matrix eq.

orth_compl(mat)

Calculate the orthogonal complement of a rectangular matrix using QR.