scipy.linalg.lapack.dpftrf#
- scipy.linalg.lapack.dpftrf(n, a[, transr, uplo, overwrite_a]) = <fortran function dpftrf>#
dpftrf
的包装器。- 参数:
- ninput int
- ainput rank-1 array('d') with bounds (nt)
- 返回值:
- acholrank-1 array('d') with bounds (nt) and a storage
- infoint
- 其他参数:
- transrinput bytes, optional
默认值: ‘N’
- uploinput bytes, optional
默认值: ‘U’
- overwrite_ainput int, optional
默认值: 0