This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Solve the linear equations A x = b, given the Cholesky factorization of A.
Parameters : | (c, lower) : tuple, (array, bool)
b : array
|
---|---|
Returns : | x : array
|
See also