This is documentation for an old release of SciPy (version 1.2.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.ztpttr¶
-
scipy.linalg.lapack.
ztpttr
(n, ap[, uplo]) = <fortran object>¶ Wrapper for
ztpttr
.Parameters: - n : input int
- ap : input rank-1 array(‘D’) with bounds (nt)
Returns: - a : rank-2 array(‘D’) with bounds (n,n)
- info : int
Other Parameters: - uplo : input string(len=1), optional
Default: ‘U’