|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleIHistogram2D | |
---|---|
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 DoubleIHistogram2D in cern.colt.matrix.tdouble.algo |
---|
Methods in cern.colt.matrix.tdouble.algo that return DoubleIHistogram2D | |
---|---|
static DoubleIHistogram2D |
DoubleStatistic.cube(DoubleMatrix1D x,
DoubleMatrix1D y,
DoubleMatrix1D weights)
2-d OLAP cube operator; Fills all cells of the given vectors into the given histogram. |
static DoubleIHistogram2D |
DoubleStatistic.histogram(DoubleIHistogram2D histo,
DoubleMatrix1D x,
DoubleMatrix1D y)
Fills all cells of the given vectors into the given histogram. |
static DoubleIHistogram2D |
DoubleStatistic.histogram(DoubleIHistogram2D histo,
DoubleMatrix1D x,
DoubleMatrix1D y,
DoubleMatrix1D weights)
Fills all cells of the given vectors into the given histogram. |
Methods in cern.colt.matrix.tdouble.algo with parameters of type DoubleIHistogram2D | |
---|---|
static DoubleIHistogram2D |
DoubleStatistic.histogram(DoubleIHistogram2D histo,
DoubleMatrix1D x,
DoubleMatrix1D y)
Fills all cells of the given vectors into the given histogram. |
static DoubleIHistogram2D |
DoubleStatistic.histogram(DoubleIHistogram2D histo,
DoubleMatrix1D x,
DoubleMatrix1D y,
DoubleMatrix1D weights)
Fills all cells of the given vectors into the given histogram. |
Uses of DoubleIHistogram2D in hep.aida.tdouble |
---|
Methods in hep.aida.tdouble that return DoubleIHistogram2D | |
---|---|
DoubleIHistogram2D |
DoubleIHistogram3D.projectionXY()
Create a projection parallel to the XY plane. |
DoubleIHistogram2D |
DoubleIHistogram3D.projectionXZ()
Create a projection parallel to the XZ plane. |
DoubleIHistogram2D |
DoubleIHistogram3D.projectionYZ()
Create a projection parallel to the YZ plane. |
DoubleIHistogram2D |
DoubleIHistogram3D.sliceXY(int indexZ)
Create a slice parallel to the XY plane at bin indexZ and one bin wide. |
DoubleIHistogram2D |
DoubleIHistogram3D.sliceXY(int indexZ1,
int indexZ2)
Create a slice parallel to the XY plane, between "indexZ1" and "indexZ2" (inclusive). |
DoubleIHistogram2D |
DoubleIHistogram3D.sliceXZ(int indexY)
Create a slice parallel to the XZ plane at bin indexY and one bin wide. |
DoubleIHistogram2D |
DoubleIHistogram3D.sliceXZ(int indexY1,
int indexY2)
Create a slice parallel to the XZ plane, between "indexY1" and "indexY2" (inclusive). |
DoubleIHistogram2D |
DoubleIHistogram3D.sliceYZ(int indexX)
Create a slice parallel to the YZ plane at bin indexX and one bin wide. |
DoubleIHistogram2D |
DoubleIHistogram3D.sliceYZ(int indexX1,
int indexX2)
Create a slice parallel to the YZ plane, between "indexX1" and "indexX2" (inclusive). |
Uses of DoubleIHistogram2D in hep.aida.tdouble.ref |
---|
Classes in hep.aida.tdouble.ref that implement DoubleIHistogram2D | |
---|---|
class |
DoubleHistogram2D
A reference implementation of hep.aida.IHistogram2D. |
Methods in hep.aida.tdouble.ref with parameters of type DoubleIHistogram2D | |
---|---|
String |
DoubleConverter.toString(DoubleIHistogram2D h)
Returns a string representation of the given argument. |
String |
DoubleConverter.toXML(DoubleIHistogram2D h)
Returns a XML representation of the given argument. |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |