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

scipy.linalg.lapack.sstemr(d, e, range, vl, vu, il, iu[, compute_v, lwork, liwork, overwrite_d]) = <fortran object>

Wrapper for sstemr.

Parameters
dinput rank-1 array(‘f’) with bounds (n)
einput rank-1 array(‘f’) with bounds (n)
rangeinput int
vlinput float
vuinput float
ilinput int
iuinput int
Returns
mint
wrank-1 array(‘f’) with bounds (n)
zrank-2 array(‘f’) with bounds (n,n)
infoint
Other Parameters
overwrite_dinput int, optional

Default: 0

compute_vinput int, optional

Default: 1

lworkinput int, optional

Default: max((compute_v?18*n:12*n),1)

liworkinput int, optional

Default: (compute_v?10*n:8*n)

Previous topic

scipy.linalg.lapack.dstein

Next topic

scipy.linalg.lapack.dstemr