SciPy

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

scipy.linalg.lapack.zhetrd

scipy.linalg.lapack.zhetrd(a[, lower, lwork, overwrite_a]) = <fortran object>

Wrapper for zhetrd.

Parameters
ainput rank-2 array(‘D’) with bounds (lda,n)
Returns
crank-2 array(‘D’) with bounds (lda,n) and a storage
drank-1 array(‘d’) with bounds (n)
erank-1 array(‘d’) with bounds (n - 1)
taurank-1 array(‘D’) with bounds (n - 1)
infoint
Other Parameters
lowerinput int, optional

Default: 0

overwrite_ainput int, optional

Default: 0

lworkinput int, optional

Default: MAX(n,1)

Previous topic

scipy.linalg.lapack.chetrd

Next topic

scipy.linalg.lapack.chetrd_lwork