#include <Options.h>


Public Member Functions | |
| LinearEquationsOptions ()=default | |
| LinearEquationsOptions (const options_map &opt) | |
Public Member Functions inherited from molpro::linalg::itsolv::Options | |
| virtual | ~Options ()=default |
| Options ()=default | |
| Options (const options_map &opt) | |
| Initialises options from key/value strings. Unrecognised options are ignored. More... | |
| void | copy (const Options &source) |
| copies options from source object More... | |
Additional Inherited Members | |
Public Attributes inherited from molpro::linalg::itsolv::Options | |
| std::optional< double > | convergence_threshold |
| convergence threshold More... | |
| std::optional< int > | n_roots |
| number of roots to solve for More... | |
| std::optional< Verbosity > | verbosity |
| verbosity level during IterativeSolver::solve() More... | |
| std::optional< int > | max_iter |
| maximum number of iterations during IterativeSolver::solve() More... | |
| std::optional< double > | max_p |
| maximum size of P space More... | |
| std::optional< double > | p_threshold |
| threshold for selecting P space More... | |
|
default |
|
inline |