scipy.linalg.lapack.stpttr¶
-
scipy.linalg.lapack.
stpttr
(n, ap[, uplo]) = <fortran object>¶ Wrapper for
stpttr
.Parameters: - n : input int
- ap : input rank-1 array(‘f’) with bounds (nt)
Returns: - a : rank-2 array(‘f’) with bounds (n,n)
- info : int
Other Parameters: - uplo : input string(len=1), optional
Default: ‘U’