scijs / ndarray-householder-qr

Householder triangularization for QR Factorization of ndarrays
10 stars 1 forks source link

Add pivoting #2

Open rreusser opened 9 years ago

rreusser commented 9 years ago

QR with pivoting is a thing that exists, but it's not a thing I'm doing. Is this just a matter of defining and using a permutation vector? I expect it's a minimally to moderately invasive change.