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

scipy.linalg.lapack.dtpttr#

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

Wrapper for dtpttr.

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

Default: ‘U’