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

Function DecomposeLU

matops/lu.go:254–270  ·  view source on GitHub ↗

* * Compute an LU factorization of a general M-by-N matrix using * partial pivoting with row interchanges. * * Arguments: * A On entry, the M-by-N matrix to be factored. On exit the factors * L and U from factorization A = P*L*U, the unit diagonal elements * of L are

(A *matrix.FloatMatrix, pivots []int, nb int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

_TestLU3x3PivFunction · 0.85
_TestLU3x4PivFunction · 0.85
_TestBlkLUPivFunction · 0.85
TestLUFunction · 0.85

Calls 5

iminFunction · 0.85
unblockedLUpivFunction · 0.85
blockedLUpivFunction · 0.85
RowsMethod · 0.65
ColsMethod · 0.65

Tested by 4

_TestLU3x3PivFunction · 0.68
_TestLU3x4PivFunction · 0.68
_TestBlkLUPivFunction · 0.68
TestLUFunction · 0.68