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.strttp

scipy.linalg.lapack.strttp(a[, uplo]) = <fortran object>

Wrapper for strttp.

Parameters
ainput rank-2 array(‘f’) with bounds (lda,n)
Returns
aprank-1 array(‘f’) with bounds (n*(n+1)/2)
infoint
Other Parameters
uploinput string(len=1), optional

Default: ‘U’

Previous topic

scipy.linalg.lapack.ztrttf

Next topic

scipy.linalg.lapack.dtrttp