Lattice Tester Online Documentation 0.1.0-861
Software Package For Testing The Uniformity Of Integral Lattices In The Real Space
|
#include <string>
#include <ctime>
#include <cstdlib>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <sys/times.h>
#include <unistd.h>
Classes | |
class | LatticeTester::Chrono |
This class acts as an interface to the system clock to compute the CPU time used by parts of a program. More... | |
Namespaces | |
namespace | LatticeTester |
Lattice namespace. | |
Functions | |
std::string | LatticeTester::toString (Chrono &timer) |
Returns the value of the duration from timer . | |