EigsBase<LinearOperator<real>>
Base class for iterative eigensolvers.
Members
| Name | Description |
|---|---|
| get_max_cols | Gets the maximum number of Krylov subspace columns. |
| get_num_converged | Gets the number of converged eigenpairs. |
| get_num_eigenpairs | Gets the number of requested eigenpairs. |
| get_num_operations | Gets the number of operations. |
| get_num_restarts | Gets the number of restarts. |
| get_num_rows | Gets the number of rows of the operator. |
| get_operator_dim | Gets the dimension of the operator. |
| get_status | Gets the status of the eigensolver. |
| set_num_converged | Sets the number of converged eigenpairs. |
| set_num_operations | Sets the number of operations. |
| set_num_restarts | Sets the number of restarts. |