scipy.linalg.lapack.spftrf#
- scipy.linalg.lapack.spftrf(n, a[, transr, uplo, overwrite_a]) = <fortran function spftrf>#
对
spftrf
的包装器。- 参数:
- n输入 int
- a输入秩为 1 的数组(‘f’) 范围为 (nt)
- 返回值:
- achol秩为 1 的数组(‘f’) 范围为 (nt) 且存储方式为 a
- infoint
- 其他参数:
- transr输入字节,可选
默认值:‘N’
- uplo输入字节,可选
默认值:‘U’
- overwrite_a输入 int,可选
默认值:0