scipy.linalg.lapack.dptsv#

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

的包装器dptsv

参数:
dinput rank-1 array('d') with bounds (n)
e具有边界的输入 rank-1 数组('d') (-1 + n)
b具有边界 (n,nrhs) 的输入 rank-2 数组('d')
返回:
d具有边界 (n) 的 rank-1 数组('d')
du具有边界 (-1 + n) 和 e 存储的 rank-1 数组('d')
x具有边界 (n,nrhs) 和 b 存储的 rank-2 数组('d')
infoint
其他参数:
overwrite_d输入 int,可选

默认值:0

overwrite_e输入 int,可选

默认值:0

overwrite_b输入 int,可选

默认值:0