scipy.linalg.lapack.dpftrf#
- scipy.linalg.lapack.dpftrf(n, a[, transr, uplo, overwrite_a]) = <fortran function dpftrf>#
对
dpftrf
的包装。- 参数:
- n输入 int
- a输入秩为 1 的数组('d'),边界为 (nt)
- 返回值:
- achol秩为 1 的数组('d'),边界为 (nt) 且具有 a 存储
- infoint
- 其他参数:
- transr输入字节,可选
默认值:'N'
- uplo输入字节,可选
默认值:'U'
- overwrite_a输入 int,可选
默认值:0