Home
last modified time | relevance | path

Searched defs:Histogram2D (Results 1 – 5 of 5) sorted by relevance

/dports/science/colt/colt/src/hep/aida/ref/
H A DHistogram2D.java14 public class Histogram2D extends AbstractHistogram2D implements IHistogram2D class
34 public Histogram2D(String title, double[] xEdges, double[] yEdges) in Histogram2D() method in Histogram2D
49 public Histogram2D(String title, int xBins, double xMin, double xMax, in Histogram2D() method in Histogram2D
61 public Histogram2D(String title, IAxis xAxis, IAxis yAxis) in Histogram2D() method in Histogram2D
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/src/
H A DHistogram2D.cc87 Histogram2D<HistogramType>::Histogram2D(const Histogram2D &h) in Histogram2D() function in mirtk::Histogram2D
111 Histogram2D<HistogramType>::Histogram2D(int nbins_x, int nbins_y) in Histogram2D() function in mirtk::Histogram2D
133 Histogram2D<HistogramType>::Histogram2D(double min_x, double max_x, double width_x, in Histogram2D() function in mirtk::Histogram2D
1064 template class Histogram2D<int>; variable
1065 template class Histogram2D<double>; variable
/dports/graphics/jp/jp-1.1.12/pkg/data/
H A Dhistogram.go129 func Histogram2D(points [][2]float64, bins *Bins2D) (x, y []Bin, z [][]uint64) { func
/dports/math/py-numpy/numpy-1.20.3/benchmarks/benchmarks/
H A Dbench_function_base.py20 class Histogram2D(Benchmark): class
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/plugins/
H A Ddatasetplugin.py1846 class Histogram2D(DatasetPlugin): class