File defining o2scl::uniform_grid and its children. More...
#include <iostream>
#include <boost/numeric/ublas/vector.hpp>
#include <o2scl/err_hnd.h>
#include <o2scl/string_conv.h>
Go to the source code of this file.
Classes | |
class | o2scl::uniform_grid< data_t > |
A class representing a uniform linear or logarithmic grid. More... | |
class | o2scl::uniform_grid< data_t > |
A class representing a uniform linear or logarithmic grid. More... | |
class | o2scl::uniform_grid_end< data_t > |
Linear grid with fixed number of bins and fixed endpoint. More... | |
class | o2scl::uniform_grid_width< data_t > |
Linear grid with fixed number of bins and fixed bin size. More... | |
class | o2scl::uniform_grid_end_width< data_t > |
Linear grid with fixed endpoint and fixed bin size. More... | |
class | o2scl::uniform_grid_log_end< data_t > |
Logarithmic grid with fixed number of bins and fixed endpoint. More... | |
class | o2scl::uniform_grid_log_width< data_t > |
Logarithmic grid with fixed number of bins and fixed bin size. More... | |
class | o2scl::uniform_grid_log_end_width< data_t > |
Logarithmic grid with fixed endpoint and fixed bin size. More... | |
Namespaces | |
o2scl | |
The main O2scl namespace. | |
o2scl_hdf | |
The O2scl namespace for I/O with HDF. | |
Functions | |
void | o2scl_hdf::hdf_input (hdf_file &hf, o2scl::uniform_grid< double > &h, std::string name="") |
Input a o2scl::uniform_grid object from a hdf_file. | |
void | o2scl_hdf::hdf_output (hdf_file &hf, o2scl::uniform_grid< double > &h, std::string name) |
Output a o2scl::uniform_grid object to a hdf_file. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).