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

Function TriLU

matops/tri.go:52–66  ·  view source on GitHub ↗

Make A tridiagonal, lower, unit matrix by clearing the strictly upper part of the matrix and setting diagonal elements to one.

(A *matrix.FloatMatrix)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

_TestViewUpdateFunction · 0.85
_TestLU2x2NoPivFunction · 0.85
_TestLU3x3NoPivFunction · 0.85
_TestUnblkLUnoPivFunction · 0.85
_TestBlkLUnoPivFunction · 0.85
_TestLU3x3PivFunction · 0.85
TestQRSmalFunction · 0.85
TestQRFunction · 0.85
TestQRTFunction · 0.85
_TestBlkQRUTFunction · 0.85

Calls 6

SubMatrixOfMethod · 0.95
SetIndexesMethod · 0.95
iminFunction · 0.85
RowsMethod · 0.65
ColsMethod · 0.65
SetAtMethod · 0.45

Tested by 10

_TestViewUpdateFunction · 0.68
_TestLU2x2NoPivFunction · 0.68
_TestLU3x3NoPivFunction · 0.68
_TestUnblkLUnoPivFunction · 0.68
_TestBlkLUnoPivFunction · 0.68
_TestLU3x3PivFunction · 0.68
TestQRSmalFunction · 0.68
TestQRFunction · 0.68
TestQRTFunction · 0.68
_TestBlkQRUTFunction · 0.68