eigenvalues
Method of EigsLanczos<LinearOperator<complex>>.
Overloads
| Name | Description |
|---|---|
eigenvalues(const LinearOperator<complex> op) -> RealMatrix | Returns the computed eigenvalues for a specific operator. |
eigenvalues() -> RealMatrix | Returns the computed eigenvalues. |
eigenvalues(const LinearOperator<complex> 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.