scipy.linalg.lapack.cptsv#

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

cptsv 的包装器。

参数:
dinput rank-1 array(‘f’) with bounds (n)
einput rank-1 array(‘F’) with bounds (-1 + n)
binput rank-2 array(‘F’) with bounds (n,nrhs)
返回:
drank-1 array(‘f’) with bounds (n)
durank-1 array(‘F’) with bounds (-1 + n) and e storage
xrank-2 array(‘F’) with bounds (n,nrhs) and b storage
infoint
其他参数:
overwrite_dinput int, optional

默认值: 0

overwrite_einput int, optional

默认值: 0

overwrite_binput int, optional

默认值: 0