bundles / scipy 1.17.1 / scipy / sparse / linalg / _eigen / arpack / _arpacklib / cneupd_wrap
built-in
scipy.sparse.linalg._eigen.arpack._arpacklib:cneupd_wrap
Summary
Internal wrapper for the ARPACK cneupd routine (single complex).
Extended Summary
This function is called after cnaupd converges to compute the final eigenvalues and, optionally, the eigenvectors.
Parameters
state: dictThe final state dictionary from a converged
cnaupdrun.rvec: boolIf true, compute and return the eigenvectors in
z.howmny: strSpecifies which eigenvectors to compute ('A' for all, 'S' for selected).
select: ndarray, int32A logical array specifying which Ritz values to target.
d: ndarray, complex64On return, contains the computed complex eigenvalues.
z: ndarray, complex64On return, contains the computed eigenvectors if
rvecis true.sigma: complexThe complex shift used in shift-invert mode.
...(other array arguments: workev, resid, v, ipntr, workd, workl, rwork)
Returns
: NoneThe result arrays
dandzare updated in-place.
Aliases
-
scipy.sparse.linalg._eigen.arpack._arpacklib.cneupd_wrap