scipy.linalg.lapack.spteqr#
- scipy.linalg.lapack.spteqr(d, e, z[, compute_z, overwrite_d, overwrite_e, overwrite_z]) = <fortran function spteqr>#
spteqr
的包装器。- 参数:
- d输入秩为 1 的数组(‘f’),边界为 (n)
- e输入秩为 1 的数组(‘f’),边界为 ((n > 0?-1 + n:0))
- z输入秩为 2 的数组(‘f’),边界为 ((compute_z == 0?shape(z, 0):max(1, n)),(compute_z == 0?shape(z, 1):n))
- 返回值:
- d秩为 1 的数组(‘f’),边界为 (n)
- e秩为 1 的数组(‘f’),边界为 ((n > 0?-1 + n:0))
- z秩为 2 的数组(‘f’),边界为 ((compute_z == 0?shape(z, 0):max(1, n)),(compute_z == 0?shape(z, 1):n))
- infoint
- 其他参数:
- compute_z输入 int,可选
默认值:0
- overwrite_d输入 int,可选
默认值:0
- overwrite_e输入 int,可选
默认值:0
- overwrite_z输入 int,可选
默认值:0