scipy.linalg.lapack.slasd4#

scipy.linalg.lapack.slasd4(i, d, z[, rho]) = <fortran function slasd4>#

slasd4 的包装器。

参数::
i输入 int
d输入秩为 1 的数组('f'),边界为 (n)
z输入秩为 1 的数组('f'),边界为 (n)
返回值::
delta秩为 1 的数组('f'),边界为 (n)
sigmafloat
work秩为 1 的数组('f'),边界为 (n)
infoint
其他参数::
rho输入 float,可选

默认值:1.0