scipy.linalg.lapack.sgetrs#

scipy.linalg.lapack.sgetrs(lu,piv,b[,trans,overwrite_b])=<fortranfunctionsgetrs>#

Wrapper forsgetrs.

Parameters:
luinput rank-2 array(‘f’) with bounds (n,n)
pivinput rank-1 array(‘i’) with bounds (n)
binput rank-2 array(‘f’) with bounds (n,nrhs)
Returns:
xrank-2 array(‘f’) with bounds (n,nrhs) and b storage
infoint
Other Parameters:
overwrite_binput int, optional

Default: 0

transinput int, optional

Default: 0

On this page