Class uniform_grid_end_width (o2scl)¶
-
template<class data_t = double>
class uniform_grid_end_width : public o2scl::uniform_grid<double>¶ Linear grid with fixed endpoint and fixed bin size.
Public Functions
-
inline uniform_grid_end_width(data_t start, data_t end, data_t width)¶
Create a grid with bins of size
widthstarting atstartand ending atend.The value of
n_binsmust be larger than zero andstartmust not be the same asend.
-
inline uniform_grid_end_width()¶
Default constructor.
-
inline uniform_grid_end_width(data_t start, data_t end, data_t width)¶