This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Solve an equation system, a x = b, given the LU factorization of a
Parameters : | (lu, piv) :
b : array
trans : {0, 1, 2}
|
||||||||
---|---|---|---|---|---|---|---|---|---|
Returns : | x : array
|
See also