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