scipy.linalg.lapack.dgesc2#

scipy.linalg.lapack.dgesc2(lu, rhs, ipiv, jpiv[, overwrite_rhs]) = <fortran 函数 dgesc2>#

dgesc2 的包装器。

参数:
luinput rank-2 array(‘d’) with bounds (n,n)
rhsinput rank-1 array(‘d’) with bounds (n)
ipivinput rank-1 array(‘i’) with bounds (n)
jpivinput rank-1 array(‘i’) with bounds (n)
返回值:
xrank-1 array(‘d’) with bounds (n) and rhs storage
scalefloat
其他参数:
overwrite_rhsinput int, optional

默认值:0