Solve the linear equations A x = b, given the Cholesky factorization of A.
(c, lower) : tuple, (array, bool)
Cholesky factorization of a, as given by cho_factor
b : array
Right-hand side
x : array
The solution to the system A x = b
See also
scipy.linalg.cho_factor
scipy.linalg.cho_solve_banded
Enter search terms or a module, class or function name.