|
Colt 1.2.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IHistogram3D | |
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 | |
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 | |
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 | |
(package private) class |
hep.aida.ref.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 | |
String |
Converter.toString(IHistogram3D h)
Returns a string representation of the given argument. |
|
Colt 1.2.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |