Skip to main content

eigenvalues

Method of EigsLanczos<LinearOperator<real>>.

Overloads

NameDescription
eigenvalues(const LinearOperator<real> op) -> RealMatrixReturns the computed eigenvalues for a specific operator.
eigenvalues() -> RealMatrixReturns the computed eigenvalues.

eigenvalues(const LinearOperator<real> op) -> RealMatrix

Returns the computed eigenvalues for a specific operator.

Parameters

  • op: The operator to compute the eigenvalues for.

eigenvalues() -> RealMatrix

Returns the computed eigenvalues.