scipy.linalg.lapack.stpttf#

scipy.linalg.lapack.stpttf(n, ap[, transr, uplo]) = <fortran function stpttf>#

Wrapper for stpttf.

Parameters:
ninput int
apinput rank-1 array(‘f’) with bounds (nt)
Returns:
arfrank-1 array(‘f’) with bounds (nt)
infoint
Other Parameters:
transrinput bytes, optional

Default: ‘N’

uploinput bytes, optional

Default: ‘U’