Skip to main content

EigsBase<LinearOperator<real>>

Base class for iterative eigensolvers.

Members

NameDescription
get_max_colsGets the maximum number of Krylov subspace columns.
get_num_convergedGets the number of converged eigenpairs.
get_num_eigenpairsGets the number of requested eigenpairs.
get_num_operationsGets the number of operations.
get_num_restartsGets the number of restarts.
get_num_rowsGets the number of rows of the operator.
get_operator_dimGets the dimension of the operator.
get_statusGets the status of the eigensolver.
set_num_convergedSets the number of converged eigenpairs.
set_num_operationsSets the number of operations.
set_num_restartsSets the number of restarts.