scipy.linalg.lapack.cpteqr#

scipy.linalg.lapack.cpteqr(d, e, z[, compute_z, overwrite_d, overwrite_e, overwrite_z]) = <fortran function cpteqr>#

用于 cpteqr 的包装器。

参数:
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