bundles / scipy 1.17.1 / scipy / sparse / linalg / _eigen / arpack / _arpacklib / cnaupd_wrap
built-in
scipy.sparse.linalg._eigen.arpack._arpacklib:cnaupd_wrap
Signature
built-in
cnaupd_wrap ( state , resid , v , ipntr , workd , workl , rwork ) Summary
Internal wrapper for the ARPACK cnaupd routine (single complex).
Extended Summary
This function performs the reverse communication steps for the Implicitly Restarted Arnoldi Method to find eigenvalues and eigenvectors of a non-symmetric matrix.
Parameters
state: dictA dictionary holding the state of the ARPACK solver. It is used for both input and output, and is modified in-place.
resid: ndarray, complex64The residual vector.
v: ndarray, complex64The Arnoldi basis vectors (workspace).
ipntr: ndarray, int32Pointer array for
workdandv.workd: ndarray, complex64Distributed work array.
workl: ndarray, complex64Private work array.
rwork: ndarray, float32Real workspace array.
Returns
: NoneThe
statedictionary is updated in-place to communicate results and the next required action back to the caller.
Aliases
-
scipy.sparse.linalg._eigen.arpack._arpacklib.cnaupd_wrap