Class uniform_grid_log_width (o2scl)

O2scl : Class List

template<class data_t = double>
class uniform_grid_log_width : public o2scl::uniform_grid<double>

Logarithmic grid with fixed number of bins and fixed bin size.

Public Functions

inline uniform_grid_log_width(data_t start, data_t width, size_t n_bins)

Create a logarithmic grid with n_bins bins starting at start with size width.

The value of n_bins must be larger than zero and width must be greater than 1.

inline uniform_grid_log_width()

Default constructor.