Uses of Interface
hep.aida.IHistogram3D
-
Packages that use IHistogram3D Package Description cern.colt.matrix.doublealgo Double matrix algorithms such as print formatting, sorting, partitioning and statistics.hep.aida.ref Reference implementation of the AIDA histogram interfaces. -
-
Uses of IHistogram3D in cern.colt.matrix.doublealgo
Methods in cern.colt.matrix.doublealgo that return IHistogram3D Modifier and Type Method Description static IHistogram3D
Statistic. cube(DoubleMatrix1D x, DoubleMatrix1D y, DoubleMatrix1D z, DoubleMatrix1D weights)
3-d OLAP cube operator; Fills all cells of the given vectors into the given histogram.static IHistogram3D
Statistic. histogram(IHistogram3D histo, DoubleMatrix1D x, DoubleMatrix1D y, DoubleMatrix1D z, DoubleMatrix1D weights)
Fills all cells of the given vectors into the given histogram.Methods in cern.colt.matrix.doublealgo with parameters of type IHistogram3D Modifier and Type Method Description static IHistogram3D
Statistic. histogram(IHistogram3D histo, DoubleMatrix1D x, DoubleMatrix1D y, DoubleMatrix1D z, DoubleMatrix1D weights)
Fills all cells of the given vectors into the given histogram. -
Uses of IHistogram3D in hep.aida.ref
Classes in hep.aida.ref that implement IHistogram3D Modifier and Type Class Description (package private) class
AbstractHistogram3D
Abstract base class extracting and implementing most of the redundancy of the interface.class
Histogram3D
A reference implementation of hep.aida.IHistogram3D.Methods in hep.aida.ref with parameters of type IHistogram3D Modifier and Type Method Description protected double[][][]
Converter. toArrayHeights(IHistogram3D h)
Returns an array[h.xAxis().bins()][h.yAxis().bins()][h.zAxis().bins()]; ignoring extra bins.java.lang.String
Converter. toString(IHistogram3D h)
Returns a string representation of the given argument.private static void
Test2. writeAsXML(IHistogram3D h, java.lang.String filename)
-