Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Colt 1.2.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Z
ZERO
- Static variable in class cern.colt.matrix.linalg.
Algebra
A default Algebra object; has
Property.ZERO
attached for tolerance.
ZERO
- Static variable in class cern.colt.matrix.linalg.
Property
A Property object with
tolerance()==0.0
.
Zeta
- class cern.jet.random.
Zeta
.
Zeta distribution.
Zeta(double, double, RandomEngine)
- Constructor for class cern.jet.random.
Zeta
Constructs a Zeta distribution.
zAssign27Neighbors(DoubleMatrix3D, Double27Function)
- Method in class cern.colt.matrix.
DoubleMatrix3D
27 neighbor stencil transformation.
zAssign27Neighbors(DoubleMatrix3D, Double27Function)
- Method in class cern.colt.matrix.impl.
DenseDoubleMatrix3D
27 neighbor stencil transformation.
zAssign8Neighbors(DoubleMatrix2D, Double9Function)
- Method in class cern.colt.matrix.
DoubleMatrix2D
8 neighbor stencil transformation.
zAssign8Neighbors(DoubleMatrix2D, Double9Function)
- Method in class cern.colt.matrix.impl.
DenseDoubleMatrix2D
8 neighbor stencil transformation.
zAxis()
- Method in interface hep.aida.
IHistogram3D
Return the Z axis.
zDotProduct(DoubleMatrix1D)
- Method in class cern.colt.matrix.
DoubleMatrix1D
Returns the dot product of two vectors x and y, which is
Sum(x[i]*y[i])
.
zDotProduct(DoubleMatrix1D, int, int)
- Method in class cern.colt.matrix.
DoubleMatrix1D
Returns the dot product of two vectors x and y, which is
Sum(x[i]*y[i])
.
zDotProduct(DoubleMatrix1D, int, int, IntArrayList)
- Method in class cern.colt.matrix.
DoubleMatrix1D
Returns the dot product of two vectors x and y, which is
Sum(x[i]*y[i])
.
zDotProduct(DoubleMatrix1D, int, int)
- Method in class cern.colt.matrix.impl.
DenseDoubleMatrix1D
Returns the dot product of two vectors x and y, which is
Sum(x[i]*y[i])
.
zMult(DoubleMatrix1D, DoubleMatrix1D)
- Method in class cern.colt.matrix.
DoubleMatrix2D
Linear algebraic matrix-vector multiplication;
z = A * y
; Equivalent to
return A.zMult(y,z,1,0);
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean)
- Method in class cern.colt.matrix.
DoubleMatrix2D
Linear algebraic matrix-vector multiplication;
z = alpha * A * y + beta*z
.
zMult(DoubleMatrix2D, DoubleMatrix2D)
- Method in class cern.colt.matrix.
DoubleMatrix2D
Linear algebraic matrix-matrix multiplication;
C = A x B
; Equivalent to
A.zMult(B,C,1,0,false,false)
.
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean)
- Method in class cern.colt.matrix.
DoubleMatrix2D
Linear algebraic matrix-matrix multiplication;
C = alpha * A x B + beta*C
.
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean)
- Method in class cern.colt.matrix.impl.
DenseDoubleMatrix2D
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean)
- Method in class cern.colt.matrix.impl.
DenseDoubleMatrix2D
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean)
- Method in class cern.colt.matrix.impl.
RCDoubleMatrix2D
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean)
- Method in class cern.colt.matrix.impl.
RCDoubleMatrix2D
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean)
- Method in class cern.colt.matrix.impl.
SparseDoubleMatrix2D
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean)
- Method in class cern.colt.matrix.impl.
SparseDoubleMatrix2D
zSum()
- Method in class cern.colt.matrix.
DoubleMatrix1D
Returns the sum of all cells;
Sum( x[i] )
.
zSum()
- Method in class cern.colt.matrix.
DoubleMatrix2D
Returns the sum of all cells;
Sum( x[i,j] )
.
zSum()
- Method in class cern.colt.matrix.
DoubleMatrix3D
Returns the sum of all cells;
Sum( x[i,j,k] )
.
zSum()
- Method in class cern.colt.matrix.impl.
DenseDoubleMatrix1D
Returns the sum of all cells;
Sum( x[i] )
.
zSum()
- Method in class cern.colt.matrix.impl.
DenseDoubleMatrix2D
Returns the sum of all cells;
Sum( x[i,j] )
.
zdemo1()
- Static method in class cern.colt.matrix.doublealgo.
Sorting
Demonstrates advanced sorting.
zdemo2()
- Static method in class cern.colt.matrix.doublealgo.
Sorting
Demonstrates advanced sorting.
zdemo3()
- Static method in class cern.colt.matrix.doublealgo.
Sorting
Demonstrates advanced sorting.
zdemo5(int, int, boolean)
- Static method in class cern.colt.matrix.doublealgo.
Sorting
Demonstrates sorting with precomputation of aggregates (median and sum of logarithms).
zdemo6()
- Static method in class cern.colt.matrix.doublealgo.
Sorting
Demonstrates advanced sorting.
zdemo7(int, int, boolean)
- Static method in class cern.colt.matrix.doublealgo.
Sorting
Demonstrates sorting with precomputation of aggregates, comparing mergesort with quicksort.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Colt 1.2.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Jump to the
Colt Homepage