Go to the source code of this file.
Classes | |
| class | Graph |
| Graph is a utility class storing a simple XY graph (eg., a convergence graph). One or more data rows can be defined by calling add_row(). The actual data are added to the rows by calling add_values(). The resulting graph is saved to a file by calling save(). More... | |
| struct | Graph::Values |
| struct | Graph::Row |
| class | SimpleGraph |
| Outputs just two numbers per row. More... | |
| class | MatlabGraph |
| Outputs a MATLAB graph. More... | |
| class | GnuplotGraph |
| Outputs a GNUPLOT graph. More... | |
1.6.3