scipy.linalg.lapack.cptsv#

scipy.linalg.lapack.cptsv(d, e, b[, overwrite_d, overwrite_e, overwrite_b]) = <fortran function cptsv>#

cptsv 的包装器。

参数:
d输入 rank-1 数组(‘f’),边界为 (n)
e输入 rank-1 数组(‘F’),边界为 (-1 + n)
b输入 rank-2 数组(‘F’),边界为 (n,nrhs)
返回:
drank-1 数组(‘f’),边界为 (n)
durank-1 数组(‘F’),边界为 (-1 + n) 和 e 的存储
xrank-2 数组(‘F’),边界为 (n,nrhs) 和 b 的存储
infoint
其他参数:
overwrite_d输入 int,可选

默认值: 0

overwrite_e输入 int,可选

默认值: 0

overwrite_b输入 int,可选

默认值: 0