{ } Raw JSON

bundles / scipy 1.17.1 / scipy / sparse / linalg / _eigen / arpack / _arpacklib / zneupd_wrap

built-in

scipy.sparse.linalg._eigen.arpack._arpacklib:zneupd_wrap

Summary

Internal wrapper for the ARPACK zneupd routine (double complex).

Extended Summary

This function is called after znaupd converges to compute the final eigenvalues and, optionally, the eigenvectors.

Parameters

state : dict

The final state dictionary from a converged znaupd run.

rvec : bool

If true, compute and return the eigenvectors in z.

howmny : str

Specifies which eigenvectors to compute ('A' for all, 'S' for selected).

select : ndarray, int32

A logical array specifying which Ritz values to target.

d : ndarray, complex128

On return, contains the computed complex eigenvalues.

z : ndarray, complex128

On return, contains the computed eigenvectors if rvec is true.

sigma : complex

The complex shift used in shift-invert mode.

...

(other array arguments: workev, resid, v, ipntr, workd, workl, rwork)

Returns

: None

The result arrays d and z are updated in-place.

Aliases

  • scipy.sparse.linalg._eigen.arpack._arpacklib.zneupd_wrap