MCPcopy Index your code
hub / github.com/andeya/algorithm / LUInPlace

Method LUInPlace

go.matrix/dense_decomp.go:70–122  ·  view source on GitHub ↗

* Overwrites A with [L\U] and returns P, st PLU=A. L is considered to have 1s in the diagonal. */

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

TestLUFunction · 0.80
DetMethod · 0.80
SolveMethod · 0.80
LUMethod · 0.80

Calls 9

BufferColMethod · 0.95
BufferRowMethod · 0.95
SetMethod · 0.95
SwapRowsMethod · 0.95
GetMethod · 0.95
MakePivotMatrixFunction · 0.85
RowsMethod · 0.65
ColsMethod · 0.65
AbsMethod · 0.45

Tested by 1

TestLUFunction · 0.64