MADNESS 0.10.1
|
Implementation of functions defined in print.h. More...
Namespaces | |
namespace | madness |
Namespace for all elements and tools of MADNESS. | |
Functions | |
void | madness::print_centered (const char *s, int column=40, bool underline=true) |
Print a string centered at the given column with optional underlining. | |
void | madness::print_header1 (const std::string &s) |
big section heading | |
void | madness::print_header2 (const std::string &s) |
medium section heading | |
void | madness::print_header3 (const std::string &s) |
small section heading | |
void | madness::print_justified (const char *s, int column=0, bool underline=true) |
Print a string justified on the left to start at the given column with optional underlining. | |
void | madness::printf_msg_energy_time (const std::string msg, const double energy, const double time) |
Implementation of functions defined in print.h.