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

Function SolveLDL

matops/ldl.go:483–506  ·  view source on GitHub ↗

* * Solves a system system of linear equations A*X = B with symmetric positive * definite matrix A using the LDL factorization A = L*D*L.T or A = U*D*U.T * computed by DecomposeLDL(). * * Arguments: * B On entry, the unpermuted right hand side matrix B. * On exit, the solution m

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

applyRowPivotsFunction · 0.85
SolveTrmFunction · 0.85
SolveDiagFunction · 0.85

Tested by

no test coverage detected