scipy.linalg.lapack.ztfttp#
- scipy.linalg.lapack.ztfttp(n, arf[, transr, uplo]) = <fortran 函数 ztfttp>#
Wrapper for
ztfttp
.- 参数:
- n输入 int
- arf输入 rank-1 array(‘D’) with bounds (nt)
- 返回值:
- aprank-1 array(‘D’) with bounds (nt)
- infoint
- 其他参数:
- transr输入 bytes, optional
默认值: ‘N’
- uplo输入 bytes, optional
默认值: ‘U’