Bayeux  3.4.1
Core Foundation library for SuperNEMO
mygsl::histogram_2d Member List

This is the complete list of members for mygsl::histogram_2d, including all inherited members.

accumulate(double x_, double y_, double weight_=1.0)mygsl::histogram_2d
add(const histogram_2d &)mygsl::histogram_2d
are_underflow_overflow_available() constmygsl::histogram_2d
at(size_t ix_, size_t iy_) constmygsl::histogram_2d
counts() constmygsl::histogram_2d
cov() constmygsl::histogram_2d
destroy()mygsl::histogram_2d
div(const histogram_2d &)mygsl::histogram_2d
dump(std::ostream &, int precision_=9) constmygsl::histogram_2d
fill(double x_, double y_, double weight_=1.0)mygsl::histogram_2d
fill(int i_, double y_, double safe_x_delta_=1e-7, double weight_=1.0)mygsl::histogram_2d
fill(double x_, int j_, double safe_y_delta_=1e-7, double weight_=1.0)mygsl::histogram_2d
fill(int i_, int j_, double safe_x_delta_=1e-7, double safe_y_delta_=1e-7, double weight_=1.0)mygsl::histogram_2d
find(double x_, double y_, size_t &i_, size_t &j_) constmygsl::histogram_2d
from_stream(std::istream &)mygsl::histogram_2d
get(size_t ix_, size_t iy_) constmygsl::histogram_2d
get_auxiliaries() constmygsl::histogram_2d
get_logarithmic_x_binning() constmygsl::histogram_2d
get_logarithmic_y_binning() constmygsl::histogram_2d
get_serial_tag() const =0datatools::i_serializablepure virtual
get_uniform_x_binning() constmygsl::histogram_2d
get_uniform_y_binning() constmygsl::histogram_2d
get_x_binning_info() constmygsl::histogram_2d
get_xrange(size_t i_) constmygsl::histogram_2d
get_y_binning_info() constmygsl::histogram_2d
get_yrange(size_t j_) constmygsl::histogram_2d
grab_auxiliaries()mygsl::histogram_2d
has_size(size_t xbins_, size_t ybins_) constmygsl::histogram_2d
has_xsize(size_t xbins_) constmygsl::histogram_2d
has_ysize(size_t ybins_) constmygsl::histogram_2d
histogram classmygsl::histogram_2dfriend
histogram_2d()mygsl::histogram_2d
histogram_2d(size_t nx_, double xmin_, double xmax_, size_t ny_, double ymin_, double ymax_, unsigned int xmode_=BIN_MODE_LINEAR, unsigned int ymode_=BIN_MODE_LINEAR)mygsl::histogram_2d
histogram_2d(const std::vector< double > &xranges_, const std::vector< double > &yranges_)mygsl::histogram_2d
histogram_2d(const histogram_2d &)mygsl::histogram_2d
i_serializable()datatools::i_serializable
increment_counts()mygsl::histogram_2d
increment_x_overflow(double weight_)mygsl::histogram_2d
increment_x_underflow(double weight_)mygsl::histogram_2d
increment_y_overflow(double weight_)mygsl::histogram_2d
increment_y_underflow(double weight_)mygsl::histogram_2d
init(size_t nx_, double xmin_, double xmax_, size_t ny_, double ymin_, double ymax_, unsigned int xmode_=BIN_MODE_LINEAR, unsigned int ymode_=BIN_MODE_LINEAR)mygsl::histogram_2d
init(const std::vector< double > &xranges_, const std::vector< double > &yranges_)mygsl::histogram_2d
initialize(size_t nx_, double xmin_, double xmax_, size_t ny_, double ymin_, double ymax_, unsigned int xmode_=BIN_MODE_LINEAR, unsigned int ymode_=BIN_MODE_LINEAR)mygsl::histogram_2d
initialize(const std::vector< double > &xranges_, const std::vector< double > &yranges_)mygsl::histogram_2d
initialize(const histogram &hx_, const histogram &hy_, const std::vector< std::string > &imported_aux_prefixes_)mygsl::histogram_2d
initialize(const histogram_2d &h_, const std::vector< std::string > &imported_aux_prefixes_)mygsl::histogram_2d
invalidate_counters()mygsl::histogram_2d
invalidate_counts()mygsl::histogram_2d
invalidate_underflow_overflow()mygsl::histogram_2d
is_any_x_binning() constmygsl::histogram_2d
is_any_y_binning() constmygsl::histogram_2d
is_counts_available() constmygsl::histogram_2d
is_initialized() constmygsl::histogram_2d
is_inside(double x_, double y_) constmygsl::histogram_2d
is_logarithmic_x_binning() constmygsl::histogram_2d
is_logarithmic_y_binning() constmygsl::histogram_2d
is_uniform_x_binning() constmygsl::histogram_2d
is_uniform_y_binning() constmygsl::histogram_2d
max_bin(size_t &i_, size_t &j_) constmygsl::histogram_2d
max_val() constmygsl::histogram_2d
min_bin(size_t &i_, size_t &j_) constmygsl::histogram_2d
min_val() constmygsl::histogram_2d
mul(const histogram_2d &)mygsl::histogram_2d
negate()mygsl::histogram_2d
operator *(const histogram_2d &, const histogram_2d &)mygsl::histogram_2dfriend
operator *(double, const histogram_2d &)mygsl::histogram_2dfriend
operator *(const histogram_2d &, double)mygsl::histogram_2dfriend
operator *=(const histogram_2d &)mygsl::histogram_2d
operator *=(double)mygsl::histogram_2d
operator+(const histogram_2d &, const histogram_2d &)mygsl::histogram_2dfriend
operator+=(const histogram_2d &)mygsl::histogram_2d
operator+=(double)mygsl::histogram_2d
operator-()mygsl::histogram_2d
operator-(const histogram_2d &, const histogram_2d &)mygsl::histogram_2dfriend
operator-=(const histogram_2d &)mygsl::histogram_2d
operator-=(double)mygsl::histogram_2d
operator/(const histogram_2d &, const histogram_2d &)mygsl::histogram_2dfriend
operator/(double, const histogram_2d &)mygsl::histogram_2dfriend
operator/(const histogram_2d &, double)mygsl::histogram_2dfriend
operator/=(const histogram_2d &)mygsl::histogram_2d
operator/=(double)mygsl::histogram_2d
operator=(const histogram_2d &)mygsl::histogram_2d
overflow_x() constmygsl::histogram_2d
overflow_y() constmygsl::histogram_2d
print(std::ostream &, int precision_=9, bool x_skip_line_=true) constmygsl::histogram_2d
reset()mygsl::histogram_2d
reset_counters()mygsl::histogram_2d
reset_counts()mygsl::histogram_2d
reset_underflow_overflow()mygsl::histogram_2d
same(const histogram_2d &) constmygsl::histogram_2d
scale(double s_)mygsl::histogram_2d
set(size_t ix_, size_t iy_, double value_)mygsl::histogram_2d
shift(double s_)mygsl::histogram_2d
sub(const histogram_2d &)mygsl::histogram_2d
sum() constmygsl::histogram_2d
to_stream(std::ostream &) constmygsl::histogram_2d
tree_dump(std::ostream &out=std::clog, const std::string &title="", const std::string &indent="", bool inherit=false) constmygsl::histogram_2dvirtual
underflow_x() constmygsl::histogram_2d
underflow_y() constmygsl::histogram_2d
xbins() constmygsl::histogram_2d
xmax() constmygsl::histogram_2d
xmean() constmygsl::histogram_2d
xmin() constmygsl::histogram_2d
xsigma() constmygsl::histogram_2d
ybins() constmygsl::histogram_2d
ymax() constmygsl::histogram_2d
ymean() constmygsl::histogram_2d
ymin() constmygsl::histogram_2d
ysigma() constmygsl::histogram_2d
zero()mygsl::histogram_2d
~histogram_2d()mygsl::histogram_2dvirtual
~i_serializable()datatools::i_serializablevirtual