Collaboration diagram for Useful math tools:
|
Classes | |
| class | Histogram |
| Class to hold and compute histograms over the real numbers. More... | |
| class | Accumulator |
| Class to compute simple statistics of a stream of (currently real) numbers. More... | |
| class | Timer |
| The Timer class is used to precisely profile the running time of algorithms. More... | |
Functions | |
| bool | PathOpen (const char *pathname, std::ofstream &os) |
Opens os for writing to the file given by pathname. Creating all necessary directories. Returns FALSE if it fails. | |
|
||||||||||||
|
Opens PathOpen is designed only for use on local UNIX-type filesystems; it recognizes only one special character, which is the "/" character that delineates components of a path. All path components will be created if they do not already exist. |
1.4.4