SyTen
iterative.cpp File Reference

Implementation for inc/alg/iterative.h. More...

#include <cctype>
#include "inc/alg/iterative.h"
+ Include dependency graph for iterative.cpp:

Namespaces

 syten
 Syten namespace.
 

Functions

std::ostreamsyten::operator<< (std::ostream &out, IterativeConfig const &c)
 Short output of an eigensolver configuration struct. More...
 
std::ostreamsyten::operator<< (std::ostream &out, IterativeExit const &r)
 Prettyprinting of an exit description. More...
 
std::ostreamsyten::operator<< (std::ostream &out, IterativeExitReason const &r)
 Prettyprinting of an exit reason. More...
 
std::ostreamsyten::operator<< (std::ostream &out, Verbose< IterativeConfig > const &c)
 Verbose output of an eigensolver configuration struct. More...
 
std::istreamsyten::operator>> (std::istream &in, IterativeConfig &c)
 Parse an eigensolver configuration struct, both short and verbose supported. More...
 

Detailed Description

Implementation for inc/alg/iterative.h.