* * 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 not stored for this graph (policy: none)