Parallel Colt 0.7.2

Uses of Interface
hep.aida.tdouble.DoubleIHistogram1D

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

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

Methods in cern.colt.matrix.tdouble.algo that return DoubleIHistogram1D
static DoubleIHistogram1D[][] DoubleStatistic.histogram(DoubleIHistogram1D[][] histo, DoubleMatrix2D matrix, int m, int n)
          Splits the given matrix into m x n pieces and computes 1D histogram of each piece.
static DoubleIHistogram1D DoubleStatistic.histogram(DoubleIHistogram1D histo, DoubleMatrix1D vector)
          Fills all cells of the given vector into the given histogram.
static DoubleIHistogram1D DoubleStatistic.histogram(DoubleIHistogram1D histo, DoubleMatrix2D matrix)
          Fills all cells of the given matrix into the given histogram.
 

Methods in cern.colt.matrix.tdouble.algo with parameters of type DoubleIHistogram1D
static DoubleIHistogram1D[][] DoubleStatistic.histogram(DoubleIHistogram1D[][] histo, DoubleMatrix2D matrix, int m, int n)
          Splits the given matrix into m x n pieces and computes 1D histogram of each piece.
static DoubleIHistogram1D DoubleStatistic.histogram(DoubleIHistogram1D histo, DoubleMatrix1D vector)
          Fills all cells of the given vector into the given histogram.
static DoubleIHistogram1D DoubleStatistic.histogram(DoubleIHistogram1D histo, DoubleMatrix2D matrix)
          Fills all cells of the given matrix into the given histogram.
 

Uses of DoubleIHistogram1D in hep.aida.tdouble
 

Methods in hep.aida.tdouble that return DoubleIHistogram1D
 DoubleIHistogram1D DoubleIHistogram2D.projectionX()
          Create a projection parallel to the X axis.
 DoubleIHistogram1D DoubleIHistogram2D.projectionY()
          Create a projection parallel to the Y axis.
 DoubleIHistogram1D DoubleIHistogram2D.sliceX(int indexY)
          Slice parallel to the Y axis at bin indexY and one bin wide.
 DoubleIHistogram1D DoubleIHistogram2D.sliceX(int indexY1, int indexY2)
          Create a slice parallel to the axis X axis, between "indexY1" and "indexY2" (inclusive).
 DoubleIHistogram1D DoubleIHistogram2D.sliceY(int indexX)
          Slice parallel to the X axis at bin indexX and one bin wide.
 DoubleIHistogram1D DoubleIHistogram2D.sliceY(int indexX1, int indexX2)
          Create a slice parallel to the axis Y axis, between "indexX1" and "indexX2" (inclusive) The returned IHistogram1D represents an instantaneous snapshot of the histogram at the time the slice was created.
 

Uses of DoubleIHistogram1D in hep.aida.tdouble.ref
 

Classes in hep.aida.tdouble.ref that implement DoubleIHistogram1D
 class DoubleHistogram1D
          A reference implementation of hep.aida.IHistogram1D.
 

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


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage