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

Function SolveLU

matops/lu.go:317–331  ·  view source on GitHub ↗

* * Solve a system of linear equations A*X = B or A.T*X = B with general M-by-N * matrix A using the LU factorizatoin computed by DecomposeLU(). * * Arguments: * B On entry, the right hand side matrix B. On exit, the solution matrix X. * * A The factor L and U from the factorizati

(B, A *matrix.FloatMatrix, pivots []int, flags Flags)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestLUFunction · 0.85

Calls 2

applyPivotsFunction · 0.85
SolveTrmFunction · 0.85

Tested by 1

TestLUFunction · 0.68