Solve the linear equations A x = b, given the Cholesky factorization of A.
Parameters : | (cb, lower) : tuple, (array, bool)
b : array
overwrite_b : bool
check_finite : boolean, optional
|
---|---|
Returns : | x : array
|
See also
Notes
New in version 0.8.0.