scipy.linalg.lapack.stfttp#
- scipy.linalg.lapack.stfttp(n, arf[, transr, uplo]) = <fortran function stfttp>#
用于
stfttp
的包装器。- 参数:
- n输入 int
- arf输入秩为 1 的数组(‘f’) 且边界为 (nt)
- 返回值:
- ap秩为 1 的数组(‘f’) 且边界为 (nt)
- infoint
- 其他参数:
- transr输入字节,可选
默认: ‘N’
- uplo输入字节,可选
默认: ‘U’