Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FloatHistogram3D
A reference implementation of hep.aida.IHistogram3D.
|
Modifier and Type | Method and Description |
---|---|
String |
FloatConverter.toString(FloatIHistogram3D h)
Returns a string representation of the given argument.
|
Jump to the Parallel Colt Homepage