Implementation for inc/alg/iterative.h. More...
Namespaces | |
namespace | syten |
Syten namespace. | |
Functions | |
std::ostream & | syten::operator<< (std::ostream &out, IterativeConfig const &c) |
Short output of an eigensolver configuration struct. More... | |
std::ostream & | syten::operator<< (std::ostream &out, IterativeExit const &r) |
Prettyprinting of an exit description. More... | |
std::ostream & | syten::operator<< (std::ostream &out, IterativeExitReason const &r) |
Prettyprinting of an exit reason. More... | |
std::ostream & | syten::operator<< (std::ostream &out, Verbose< IterativeConfig > const &c) |
Verbose output of an eigensolver configuration struct. More... | |
std::istream & | syten::operator>> (std::istream &in, IterativeConfig &c) |
Parse an eigensolver configuration struct, both short and verbose supported. More... | |
Implementation for inc/alg/iterative.h.