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

Function SolveCHOL

matops/chol.go:146–157  ·  view source on GitHub ↗

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

(B, A *matrix.FloatMatrix, flags Flags)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

TestUpperCHOLFunction · 0.85
TestLowerCHOLFunction · 0.85

Calls 1

SolveTrmFunction · 0.85

Tested by 2

TestUpperCHOLFunction · 0.68
TestLowerCHOLFunction · 0.68