scipy.linalg.lapack.ctpttf#
- scipy.linalg.lapack.ctpttf(n, ap[, transr, uplo]) = <fortran 函数 ctpttf>#
ctpttf
的包装器。- 参数:
- n输入 int
- ap输入 rank-1 数组(‘F’),边界为 (nt)
- 返回:
- arfrank-1 数组(‘F’),边界为 (nt)
- infoint
- 其他参数:
- transr输入 bytes,可选
默认值:‘N’
- uplo输入 bytes,可选
默认值:‘U’