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

Function computeHouseholder

matops/house.go:57–81  ·  view source on GitHub ↗

* From LAPACK/dlarfg.f * * DLARFG generates a real elementary reflector H of order n, such * that * * H * ( alpha ) = ( beta ), H**T * H = I. * ( x ) ( 0 ) * * where alpha and beta are scalars, and x is an (n-1)-element real * vector. H is represented in the form

(a11, x, tau *matrix.FloatMatrix, flags Flags)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

unblockedQRTFunction · 0.85
unblockedQRFunction · 0.85

Calls 5

Norm2Function · 0.85
sqrtX2Y2Function · 0.85
InvScaleFunction · 0.85
SetAtMethod · 0.45
GetAtMethod · 0.45

Tested by

no test coverage detected