Package | Description |
---|---|
cern.colt.matrix.tdouble.algo |
Linear Algebraic matrix computations operating on
DoubleMatrix2D
and DoubleMatrix1D . |
hep.aida.tdouble.ref |
Reference implementation of the AIDA histogram
interfaces.
|
Modifier and Type | Method and Description |
---|---|
static DoubleIHistogram3D |
DoubleStatistic.cube(DoubleMatrix1D x,
DoubleMatrix1D y,
DoubleMatrix1D z,
DoubleMatrix1D weights)
3-d OLAP cube operator; Fills all cells of the given vectors into the
given histogram.
|
static DoubleIHistogram3D |
DoubleStatistic.histogram(DoubleIHistogram3D histo,
DoubleMatrix1D x,
DoubleMatrix1D y,
DoubleMatrix1D z,
DoubleMatrix1D weights)
Fills all cells of the given vectors into the given histogram.
|
Modifier and Type | Method and Description |
---|---|
static DoubleIHistogram3D |
DoubleStatistic.histogram(DoubleIHistogram3D histo,
DoubleMatrix1D x,
DoubleMatrix1D y,
DoubleMatrix1D z,
DoubleMatrix1D weights)
Fills all cells of the given vectors into the given histogram.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleHistogram3D
A reference implementation of hep.aida.IHistogram3D.
|
Modifier and Type | Method and Description |
---|---|
String |
DoubleConverter.toString(DoubleIHistogram3D h)
Returns a string representation of the given argument.
|
Jump to the Parallel Colt Homepage