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