scipy.linalg.lapack.cpftrf¶
-
scipy.linalg.lapack.
cpftrf
(n, a[, transr, uplo, overwrite_a]) = <fortran object>¶ Wrapper for
cpftrf
.- Parameters
- ninput int
- ainput rank-1 array(‘F’) with bounds (nt)
- Returns
- acholrank-1 array(‘F’) with bounds (nt) and a storage
- infoint
- Other Parameters
- transrinput string(len=1), optional
Default: ‘N’
- uploinput string(len=1), optional
Default: ‘U’
- overwrite_ainput int, optional
Default: 0