MCPcopy Create free account
hub / github.com/andeya/algorithm / SolveQR

Function SolveQR

matops/qrwym.go:710–743  ·  view source on GitHub ↗

* * Solve a system of linear equations A*X = B with general M-by-N * matrix A using the QR factorization computed by DecomposeQR(). * * If flags&TRANS != 0: * find the minimum norm solution of an overdetermined system A.T * X = B. * i.e min ||X|| s.t A.T*X = B * * Otherwise: * find th

(B, A, tau, W *matrix.FloatMatrix, flags Flags, nb int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestSolveLeastSquaresQRFunction · 0.85

Calls 6

SetIndexesMethod · 0.95
SolveTrmFunction · 0.85
MultQFunction · 0.85
ColsMethod · 0.65
SubMatrixMethod · 0.45
SubMatrixOfMethod · 0.45

Tested by 1

TestSolveLeastSquaresQRFunction · 0.68