This is documentation for an old release of SciPy (version 0.17.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.sgetrs¶
- scipy.linalg.lapack.sgetrs = <fortran object>¶
- sgetrs - Function signature:
- x,info = sgetrs(lu,piv,b,[trans,overwrite_b])
- Required arguments:
- lu : input rank-2 array(‘f’) with bounds (n,n) piv : input rank-1 array(‘i’) with bounds (n) b : input rank-2 array(‘f’) with bounds (n,nrhs)
- Optional arguments:
- overwrite_b := 0 input int trans := 0 input int
- Return objects:
- x : rank-2 array(‘f’) with bounds (n,nrhs) and b storage info : int