|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FloatIHistogram1D | |
---|---|
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 FloatIHistogram1D in cern.colt.matrix.tfloat.algo |
---|
Methods in cern.colt.matrix.tfloat.algo that return FloatIHistogram1D | |
---|---|
static FloatIHistogram1D[][] |
FloatStatistic.histogram(FloatIHistogram1D[][] histo,
FloatMatrix2D matrix,
int m,
int n)
Splits the given matrix into m x n pieces and computes 1D histogram of each piece. |
static FloatIHistogram1D |
FloatStatistic.histogram(FloatIHistogram1D histo,
FloatMatrix1D vector)
Fills all cells of the given vector into the given histogram. |
static FloatIHistogram1D |
FloatStatistic.histogram(FloatIHistogram1D histo,
FloatMatrix2D matrix)
Fills all cells of the given matrix into the given histogram. |
Methods in cern.colt.matrix.tfloat.algo with parameters of type FloatIHistogram1D | |
---|---|
static FloatIHistogram1D[][] |
FloatStatistic.histogram(FloatIHistogram1D[][] histo,
FloatMatrix2D matrix,
int m,
int n)
Splits the given matrix into m x n pieces and computes 1D histogram of each piece. |
static FloatIHistogram1D |
FloatStatistic.histogram(FloatIHistogram1D histo,
FloatMatrix1D vector)
Fills all cells of the given vector into the given histogram. |
static FloatIHistogram1D |
FloatStatistic.histogram(FloatIHistogram1D histo,
FloatMatrix2D matrix)
Fills all cells of the given matrix into the given histogram. |
Uses of FloatIHistogram1D in hep.aida.tfloat |
---|
Methods in hep.aida.tfloat that return FloatIHistogram1D | |
---|---|
FloatIHistogram1D |
FloatIHistogram2D.projectionX()
Create a projection parallel to the X axis. |
FloatIHistogram1D |
FloatIHistogram2D.projectionY()
Create a projection parallel to the Y axis. |
FloatIHistogram1D |
FloatIHistogram2D.sliceX(int indexY)
Slice parallel to the Y axis at bin indexY and one bin wide. |
FloatIHistogram1D |
FloatIHistogram2D.sliceX(int indexY1,
int indexY2)
Create a slice parallel to the axis X axis, between "indexY1" and "indexY2" (inclusive). |
FloatIHistogram1D |
FloatIHistogram2D.sliceY(int indexX)
Slice parallel to the X axis at bin indexX and one bin wide. |
FloatIHistogram1D |
FloatIHistogram2D.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 FloatIHistogram1D in hep.aida.tfloat.ref |
---|
Classes in hep.aida.tfloat.ref that implement FloatIHistogram1D | |
---|---|
class |
FloatHistogram1D
A reference implementation of hep.aida.IHistogram1D. |
Methods in hep.aida.tfloat.ref with parameters of type FloatIHistogram1D | |
---|---|
String |
FloatConverter.toString(FloatIHistogram1D h)
Returns a string representation of the given argument. |
String |
FloatConverter.toXML(FloatIHistogram1D h)
Returns a XML representation of the given argument. |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |