scipy.linalg.lapack.sgesc2#

scipy.linalg.lapack.sgesc2(lu, rhs, ipiv, jpiv[, overwrite_rhs]) = <fortran object>#

Wrapper for sgesc2.

Parameters:
luinput rank-2 array(‘f’) with bounds (n,n)
rhsinput rank-1 array(‘f’) with bounds (n)
ipivinput rank-1 array(‘i’) with bounds (n)
jpivinput rank-1 array(‘i’) with bounds (n)
Returns:
xrank-1 array(‘f’) with bounds (n) and rhs storage
scalefloat
Other Parameters:
overwrite_rhsinput int, optional

Default: 0