* * 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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected