MCPcopy Create free account
hub / github.com/b45ch1/algopy / _qr_rectangular

Method _qr_rectangular

algopy/utpm/algorithms.py:1717–1803  ·  view source on GitHub ↗

computation of qr(A) where A.shape(M,N) with M >= N this function is called by the more general function _qr

(cls,  A_data, out = None,  work = None, epsilon = 1e-14)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_qrMethod · 0.80

Calls 4

zerosMethod · 0.45
qrMethod · 0.45
invMethod · 0.45
dotMethod · 0.45

Tested by

no test coverage detected