Parallel Colt 0.7.2
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

zAssign27Neighbors(DoubleMatrix3D, Double27Function) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
27 neighbor stencil transformation.
zAssign27Neighbors(DoubleMatrix3D, Double27Function) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
zAssign27Neighbors(FloatMatrix3D, Float27Function) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
27 neighbor stencil transformation.
zAssign27Neighbors(FloatMatrix3D, Float27Function) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
zAssign8Neighbors(DoubleMatrix2D, Double9Function) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
8 neighbor stencil transformation.
zAssign8Neighbors(DoubleMatrix2D, Double9Function) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
zAssign8Neighbors(FloatMatrix2D, Float9Function) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
8 neighbor stencil transformation.
zAssign8Neighbors(FloatMatrix2D, Float9Function) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
zAxis() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Return the Z axis.
zAxis() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Return the Z axis.
zdemo1() - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Demonstrates advanced sorting.
zdemo1() - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
Demonstrates advanced sorting.
zdemo2() - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Demonstrates advanced sorting.
zdemo2() - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
Demonstrates advanced sorting.
zdemo3() - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Demonstrates advanced sorting.
zdemo3() - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
Demonstrates advanced sorting.
zdemo5(int, int, boolean) - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Demonstrates sorting with precomputation of aggregates (median and sum of logarithms).
zdemo5(int, int, boolean) - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
Demonstrates sorting with precomputation of aggregates (median and sum of logarithms).
zdemo6() - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Demonstrates advanced sorting.
zdemo6() - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
Demonstrates advanced sorting.
zdemo7(int, int, boolean) - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Demonstrates sorting with precomputation of aggregates, comparing mergesort with quicksort.
zdemo7(int, int, boolean) - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
Demonstrates sorting with precomputation of aggregates, comparing mergesort with quicksort.
zdemo8(int) - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
 
zdemo8(int) - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
 
zDotProduct(DComplexMatrix1D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns the dot product of two vectors x and y.
zDotProduct(DComplexMatrix1D, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns the dot product of two vectors x and y.
zDotProduct(DComplexMatrix1D, int, int, IntArrayList) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns the dot product of two vectors x and y.
zDotProduct(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.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.tdouble.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.tdouble.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.tdouble.impl.DenseDoubleMatrix1D
 
zDotProduct(FComplexMatrix1D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns the dot product of two vectors x and y.
zDotProduct(FComplexMatrix1D, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns the dot product of two vectors x and y.
zDotProduct(FComplexMatrix1D, int, int, IntArrayList) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns the dot product of two vectors x and y.
zDotProduct(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(FloatMatrix1D, int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(FloatMatrix1D, int, int, IntArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(FloatMatrix1D, int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
zDotProduct(IntMatrix1D) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
zDotProduct(IntMatrix1D, int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
zDotProduct(IntMatrix1D) - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(IntMatrix1D, int, int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(IntMatrix1D, int, int, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
ZERO - Static variable in class cern.colt.matrix.tdouble.algo.DoubleAlgebra
A default Algebra object; has DoubleProperty.ZERO attached for tolerance.
ZERO - Static variable in class cern.colt.matrix.tdouble.algo.DoubleProperty
A Property object with tolerance()==0.0.
ZERO - Static variable in class cern.colt.matrix.tfloat.algo.FloatAlgebra
A default Algebra object; has FloatProperty.ZERO attached for tolerance.
ZERO - Static variable in class cern.colt.matrix.tfloat.algo.FloatProperty
A Property object with tolerance()==0.0.
Zeta - Class in cern.jet.random.tdouble
Zeta distribution.
Zeta(double, double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.Zeta
Constructs a Zeta distribution.
zMult(DComplexMatrix1D, DComplexMatrix1D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Linear algebraic matrix-vector multiplication; z = A * y; Equivalent to return A.zMult(y,z,1,0);
zMult(DComplexMatrix1D, DComplexMatrix1D, double[], double[], boolean) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Linear algebraic matrix-vector multiplication; z = alpha * A * y + beta*z.
zMult(DComplexMatrix2D, DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Linear algebraic matrix-matrix multiplication; C = A x B; Equivalent to A.zMult(B,C,1,0,false,false).
zMult(DComplexMatrix2D, DComplexMatrix2D, double[], double[], boolean, boolean) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Linear algebraic matrix-matrix multiplication; C = alpha * A x B + beta*C.
zMult(DComplexMatrix1D, DComplexMatrix1D, double[], double[], boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
zMult(DComplexMatrix2D, DComplexMatrix2D, double[], double[], boolean, boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.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.tdouble.DoubleMatrix2D
Linear algebraic matrix-vector multiplication; z = alpha * A * y + beta*z.
zMult(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.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.tdouble.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.tdouble.impl.CCDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.tdouble.impl.CCDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.tdouble.impl.RCDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.tdouble.impl.RCDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.tdouble.impl.TridiagonalDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.tdouble.impl.TridiagonalDoubleMatrix2D
 
zMult(FComplexMatrix1D, FComplexMatrix1D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Linear algebraic matrix-vector multiplication; z = A * y; Equivalent to return A.zMult(y,z,1,0);
zMult(FComplexMatrix1D, FComplexMatrix1D, float[], float[], boolean) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Linear algebraic matrix-vector multiplication; z = alpha * A * y + beta*z.
zMult(FComplexMatrix2D, FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Linear algebraic matrix-matrix multiplication; C = A x B; Equivalent to A.zMult(B,C,1,0,false,false).
zMult(FComplexMatrix2D, FComplexMatrix2D, float[], float[], boolean, boolean) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Linear algebraic matrix-matrix multiplication; C = alpha * A x B + beta*C.
zMult(FComplexMatrix1D, FComplexMatrix1D, float[], float[], boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
zMult(FComplexMatrix2D, FComplexMatrix2D, float[], float[], boolean, boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
zMult(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Linear algebraic matrix-vector multiplication; z = A * y; Equivalent to return A.zMult(y,z,1,0);
zMult(FloatMatrix1D, FloatMatrix1D, float, float, boolean) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Linear algebraic matrix-vector multiplication; z = alpha * A * y + beta*z.
zMult(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Linear algebraic matrix-matrix multiplication; C = A x B; Equivalent to A.zMult(B,C,1,0,false,false).
zMult(FloatMatrix2D, FloatMatrix2D, float, float, boolean, boolean) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Linear algebraic matrix-matrix multiplication; C = alpha * A x B + beta*C.
zMult(FloatMatrix1D, FloatMatrix1D, float, float, boolean) - Method in class cern.colt.matrix.tfloat.impl.CCFloatMatrix2D
 
zMult(FloatMatrix2D, FloatMatrix2D, float, float, boolean, boolean) - Method in class cern.colt.matrix.tfloat.impl.CCFloatMatrix2D
 
zMult(FloatMatrix1D, FloatMatrix1D, float, float, boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColFloatMatrix2D
 
zMult(FloatMatrix2D, FloatMatrix2D, float, float, boolean, boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColFloatMatrix2D
 
zMult(FloatMatrix1D, FloatMatrix1D, float, float, boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
zMult(FloatMatrix2D, FloatMatrix2D, float, float, boolean, boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
zMult(FloatMatrix1D, FloatMatrix1D, float, float, boolean) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
zMult(FloatMatrix1D, FloatMatrix1D, float, float, boolean) - Method in class cern.colt.matrix.tfloat.impl.RCFloatMatrix2D
 
zMult(FloatMatrix2D, FloatMatrix2D, float, float, boolean, boolean) - Method in class cern.colt.matrix.tfloat.impl.RCFloatMatrix2D
 
zMult(FloatMatrix1D, FloatMatrix1D, float, float, boolean) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
zMult(FloatMatrix2D, FloatMatrix2D, float, float, boolean, boolean) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
zMult(IntMatrix1D, IntMatrix1D) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
zMult(IntMatrix1D, IntMatrix1D, int, int, boolean) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
zMult(IntMatrix2D, IntMatrix2D) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
zMult(IntMatrix2D, IntMatrix2D, int, int, boolean, boolean) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
zMult(IntMatrix1D, IntMatrix1D) - Method in class cern.colt.matrix.tint.impl.RCIntMatrix2D
 
zMult(IntMatrix1D, IntMatrix1D, int, int, boolean) - Method in class cern.colt.matrix.tint.impl.RCIntMatrix2D
 
zMult(IntMatrix2D, IntMatrix2D) - Method in class cern.colt.matrix.tint.impl.RCIntMatrix2D
 
zMult(IntMatrix2D, IntMatrix2D, int, int, boolean, boolean) - Method in class cern.colt.matrix.tint.impl.RCIntMatrix2D
 
zMult(IntMatrix1D, IntMatrix1D, int, int, boolean) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
zMult(IntMatrix2D, IntMatrix2D, int, int, boolean, boolean) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
zMult(IntMatrix1D, IntMatrix1D) - Method in class cern.colt.matrix.tint.IntMatrix2D
Linear algebraic matrix-vector multiplication; z = A * y; Equivalent to return A.zMult(y,z,1,0);
zMult(IntMatrix1D, IntMatrix1D, int, int, boolean) - Method in class cern.colt.matrix.tint.IntMatrix2D
Linear algebraic matrix-vector multiplication; z = alpha * A * y + beta*z.
zMult(IntMatrix2D, IntMatrix2D) - Method in class cern.colt.matrix.tint.IntMatrix2D
Linear algebraic matrix-matrix multiplication; C = A x B; Equivalent to A.zMult(B,C,1,0,false,false).
zMult(IntMatrix2D, IntMatrix2D, int, int, boolean, boolean) - Method in class cern.colt.matrix.tint.IntMatrix2D
Linear algebraic matrix-matrix multiplication; C = alpha * A x B + beta*C.
zMultOld(IntMatrix1D, IntMatrix1D) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
zSum() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns the sum of all cells.
zSum() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Returns the sum of all cells.
zSum() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Returns the sum of all cells; Sum( x[i,j,k] ).
zSum() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
zSum() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
zSum() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
zSum() - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns the sum of all cells; Sum( x[i] ).
zSum() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Returns the sum of all cells; Sum( x[i,j] ).
zSum() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Returns the sum of all cells; Sum( x[i,j,k] ).
zSum() - Method in class cern.colt.matrix.tdouble.impl.DenseColDoubleMatrix2D
 
zSum() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
zSum() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
zSum() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
zSum() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns the sum of all cells.
zSum() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Returns the sum of all cells.
zSum() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Returns the sum of all cells; Sum( x[i,j,k] ).
zSum() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
zSum() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
zSum() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
zSum() - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns the sum of all cells; Sum( x[i] ).
zSum() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Returns the sum of all cells; Sum( x[i,j] ).
zSum() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Returns the sum of all cells; Sum( x[i,j,k] ).
zSum() - Method in class cern.colt.matrix.tfloat.impl.DenseColFloatMatrix2D
 
zSum() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
zSum() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
zSum() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
zSum() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
zSum() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
zSum() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
zSum() - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns the sum of all cells; Sum( x[i] ).
zSum() - Method in class cern.colt.matrix.tint.IntMatrix2D
Returns the sum of all cells; Sum( x[i,j] ).
zSum() - Method in class cern.colt.matrix.tint.IntMatrix3D
Returns the sum of all cells; Sum( x[i,j,k] ).

Parallel Colt 0.7.2
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 Parallel Colt Homepage