SciPy

This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.lapack.stpttr

scipy.linalg.lapack.stpttr(n, ap[, uplo]) = <fortran object>

Wrapper for stpttr.

Parameters
ninput int
apinput rank-1 array(‘f’) with bounds (nt)
Returns
arank-2 array(‘f’) with bounds (n,n)
infoint
Other Parameters
uploinput string(len=1), optional

Default: ‘U’

Previous topic

scipy.linalg.lapack.ztpttf

Next topic

scipy.linalg.lapack.dtpttr