Parallel Colt 0.7.2

Uses of Interface
hep.aida.tfloat.FloatIHistogram3D

Packages that use FloatIHistogram3D
cern.colt.matrix.tfloat.algo Linear Algebraic matrix computations operating on FloatMatrix2D and FloatMatrix1D
hep.aida.tfloat.ref Reference implementation of the AIDA histogram interfaces. 
 

Uses of FloatIHistogram3D in cern.colt.matrix.tfloat.algo
 

Methods in cern.colt.matrix.tfloat.algo that return FloatIHistogram3D
static FloatIHistogram3D FloatStatistic.cube(FloatMatrix1D x, FloatMatrix1D y, FloatMatrix1D z, FloatMatrix1D weights)
          3-d OLAP cube operator; Fills all cells of the given vectors into the given histogram.
static FloatIHistogram3D FloatStatistic.histogram(FloatIHistogram3D histo, FloatMatrix1D x, FloatMatrix1D y, FloatMatrix1D z, FloatMatrix1D weights)
          Fills all cells of the given vectors into the given histogram.
 

Methods in cern.colt.matrix.tfloat.algo with parameters of type FloatIHistogram3D
static FloatIHistogram3D FloatStatistic.histogram(FloatIHistogram3D histo, FloatMatrix1D x, FloatMatrix1D y, FloatMatrix1D z, FloatMatrix1D weights)
          Fills all cells of the given vectors into the given histogram.
 

Uses of FloatIHistogram3D in hep.aida.tfloat.ref
 

Classes in hep.aida.tfloat.ref that implement FloatIHistogram3D
 class FloatHistogram3D
          A reference implementation of hep.aida.IHistogram3D.
 

Methods in hep.aida.tfloat.ref with parameters of type FloatIHistogram3D
 String FloatConverter.toString(FloatIHistogram3D h)
          Returns a string representation of the given argument.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage