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
width
starting atstart
and ending atend
.The value of
n_bins
must be larger than zero andstart
must 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)¶