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
mvpa2.clfs.gpr.Ndot
mvpa2.clfs.gpr.SLcholesky
Enter search terms or a module, class or function name.