Skip to main content

EigsLanczos

Overloads

NameDescription
EigsLanczos(LinearOperator<complex> op, integer nev) -> EigsLanczos<LinearOperator<complex>>Constructs a EigsLanczos eigensolver.
EigsLanczos(LinearOperator<real> op, integer nev) -> EigsLanczos<LinearOperator<real>>Constructs a EigsLanczos eigensolver.
EigsLanczos(LinearOperator<complex> op, integer nev, integer krylov_dim) -> EigsLanczos<LinearOperator<complex>>Constructs a EigsLanczos eigensolver.
EigsLanczos(LinearOperator<real> op, integer nev, integer krylov_dim) -> EigsLanczos<LinearOperator<real>>Constructs a EigsLanczos eigensolver.

EigsLanczos(LinearOperator<complex> op, integer nev) -> EigsLanczos<LinearOperator<complex>>

Constructs a EigsLanczos eigensolver.

Parameters

  • op: The operator to compute the eigenvalues and eigenvectors of.
  • nev: The number of eigenvalues and eigenvectors to compute.

EigsLanczos(LinearOperator<real> op, integer nev) -> EigsLanczos<LinearOperator<real>>

Constructs a EigsLanczos eigensolver.

Parameters

  • op: The operator to compute the eigenvalues and eigenvectors of.
  • nev: The number of eigenvalues and eigenvectors to compute.

EigsLanczos(LinearOperator<complex> op, integer nev, integer krylov_dim) -> EigsLanczos<LinearOperator<complex>>

Constructs a EigsLanczos eigensolver.

Parameters

  • op: The operator to compute the eigenvalues and eigenvectors of.
  • nev: The number of eigenvalues and eigenvectors to compute.
  • krylov_dim: The dimension of the Krylov subspace to use in the computation.

EigsLanczos(LinearOperator<real> op, integer nev, integer krylov_dim) -> EigsLanczos<LinearOperator<real>>

Constructs a EigsLanczos eigensolver.

Parameters

  • op: The operator to compute the eigenvalues and eigenvectors of.
  • nev: The number of eigenvalues and eigenvectors to compute.
  • krylov_dim: The dimension of the Krylov subspace to use in the computation.