Parallel Colt 0.7.2

Uses of Interface
hep.aida.tdouble.DoubleIHistogram3D

Packages that use DoubleIHistogram3D
cern.colt.matrix.tdouble.algo Linear Algebraic matrix computations operating on DoubleMatrix2D and DoubleMatrix1D
hep.aida.tdouble.ref Reference implementation of the AIDA histogram interfaces. 
 

Uses of DoubleIHistogram3D in cern.colt.matrix.tdouble.algo
 

Methods in cern.colt.matrix.tdouble.algo that return DoubleIHistogram3D
static DoubleIHistogram3D DoubleStatistic.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 DoubleIHistogram3D DoubleStatistic.histogram(DoubleIHistogram3D 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.tdouble.algo with parameters of type DoubleIHistogram3D
static DoubleIHistogram3D DoubleStatistic.histogram(DoubleIHistogram3D histo, DoubleMatrix1D x, DoubleMatrix1D y, DoubleMatrix1D z, DoubleMatrix1D weights)
          Fills all cells of the given vectors into the given histogram.
 

Uses of DoubleIHistogram3D in hep.aida.tdouble.ref
 

Classes in hep.aida.tdouble.ref that implement DoubleIHistogram3D
 class DoubleHistogram3D
          A reference implementation of hep.aida.IHistogram3D.
 

Methods in hep.aida.tdouble.ref with parameters of type DoubleIHistogram3D
 String DoubleConverter.toString(DoubleIHistogram3D h)
          Returns a string representation of the given argument.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage