Keys for solvers#

This section is dedicated to list every key related to solvers in alphabetical order.

_convToStd
if set, Arpack converts a generalized eigenproblem into a standard one
No value to give
_forceNonSym
if set, force eigen solvers to consider the eigen problem as non-symmetric
No value to give
_krylovDim
the Krylov dimension for GMRES
Possible value type: Number
_maxIt
the maximum of iterations of an iterative solver
Possible value type: Number
_mode
computation mode in eigen solvers
Possible values: _davidson, _krylovSchur, _buckling, _cayley, _cshiftRe, _cshiftIm
_ncv
Number of Arnoldi vectors generated at each iteration (Arpack only)
Possible value type: Number
_nev
number of eigen values/vectors
Possible value type: Number
_omega
relaxation factor of SOR/SSOR method
Possible value type: Real
_sigma
the shift in eigen solvers
Possible value type: Complex
_solver
the iterative solver type
Possible values: _noIterativeSolver, _cg, _cgs, _qmr, _bicg, _bicgstab, _gmres, _sor, _ssor
_sort
the sorting kind of the computed eigenvalues
Possible values: _decr_module, _decr_realpart, _decr_imagpart, _incr_module, _incr_realpart, _incr_imagpart
_tolerance
tolerance in iterative solvers
Possible value type: Real
_which
the characterization of expected eigen values
Possible value type: String