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).
Compute the LU decomposition of a sparse, square matrix.
Parameters : | A :
permc_spec : str, optional
diag_pivot_thresh : float, optional
drop_tol : float, optional
relax : int, optional
panel_size : int, optional
options : dict, optional
|
---|---|
Returns : | invA : scipy.sparse.linalg.dsolve._superlu.SciPyLUType
|
See also
Notes
This function uses the SuperLU library.
References
[SLU] | (1, 2, 3, 4, 5) SuperLU http://crd.lbl.gov/~xiaoye/SuperLU/ |