Solve a previously factored symmetric system of equations.
The equation system is
A x = b, A = U^H U = L L^H
and A is real symmetric or complex Hermitian.
Parameters: | clow : tuple (c, lower)
b : array
First input is a tuple (LorU, lower) which is the output to cho_factor. : Second input is the right-hand side. : |
---|---|
Returns: | x : array
|