Parallel Colt 0.7.2

Uses of Interface
hep.aida.tfloat.FloatIHistogram2D

Packages that use FloatIHistogram2D
cern.colt.matrix.tfloat.algo Linear Algebraic matrix computations operating on FloatMatrix2D and FloatMatrix1D
hep.aida.tfloat Interfaces for compact, extensible, modular and performant histogramming functionality. 
hep.aida.tfloat.ref Reference implementation of the AIDA histogram interfaces. 
 

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

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

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

Uses of FloatIHistogram2D in hep.aida.tfloat
 

Methods in hep.aida.tfloat that return FloatIHistogram2D
 FloatIHistogram2D FloatIHistogram3D.projectionXY()
          Create a projection parallel to the XY plane.
 FloatIHistogram2D FloatIHistogram3D.projectionXZ()
          Create a projection parallel to the XZ plane.
 FloatIHistogram2D FloatIHistogram3D.projectionYZ()
          Create a projection parallel to the YZ plane.
 FloatIHistogram2D FloatIHistogram3D.sliceXY(int indexZ)
          Create a slice parallel to the XY plane at bin indexZ and one bin wide.
 FloatIHistogram2D FloatIHistogram3D.sliceXY(int indexZ1, int indexZ2)
          Create a slice parallel to the XY plane, between "indexZ1" and "indexZ2" (inclusive).
 FloatIHistogram2D FloatIHistogram3D.sliceXZ(int indexY)
          Create a slice parallel to the XZ plane at bin indexY and one bin wide.
 FloatIHistogram2D FloatIHistogram3D.sliceXZ(int indexY1, int indexY2)
          Create a slice parallel to the XZ plane, between "indexY1" and "indexY2" (inclusive).
 FloatIHistogram2D FloatIHistogram3D.sliceYZ(int indexX)
          Create a slice parallel to the YZ plane at bin indexX and one bin wide.
 FloatIHistogram2D FloatIHistogram3D.sliceYZ(int indexX1, int indexX2)
          Create a slice parallel to the YZ plane, between "indexX1" and "indexX2" (inclusive).
 

Uses of FloatIHistogram2D in hep.aida.tfloat.ref
 

Classes in hep.aida.tfloat.ref that implement FloatIHistogram2D
 class FloatHistogram2D
          A reference implementation of hep.aida.IHistogram2D.
 

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


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage