- waitForCompletion(Future<?>[]) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
-
Waits for all threads to complete computation.
- waitForCompletion(Future<?>[], DoubleDoubleFunction) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
-
Waits for all threads to complete computation and aggregates the result.
- waitForCompletion(Future<?>[], IntIntFunction) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
-
Waits for all threads to complete computation and aggregates the result.
- waitForCompletion(Future<?>[], LongLongFunction) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
-
Waits for all threads to complete computation and aggregates the result.
- waitForCompletion(Future<?>[], ObjectObjectFunction) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
-
Waits for all threads to complete computation and aggregates the result.
- waitForCompletion(Future<?>[], DComplexDComplexDComplexFunction) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
-
Waits for all threads to complete computation and aggregates the result.
- waitForCompletion(Future<?>[], FComplexFComplexFComplexFunction) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
-
Waits for all threads to complete computation and aggregates the result.
- waitForCompletion(Future<?>[], FloatFloatFunction) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
-
Waits for all threads to complete computation and aggregates the result.
- watt - Static variable in class cern.clhep.Units
-
- weber - Static variable in class cern.clhep.Units
-
- weight - Variable in class cern.jet.stat.Buffer
-
- weight() - Method in class cern.jet.stat.Buffer
-
Returns whether the receiver's weight.
- weight(int) - Method in class cern.jet.stat.Buffer
-
Sets the receiver's weight.
- WeightedDoubleRandomSampler - Class in cern.jet.random.tdouble.sampling
-
Conveniently computes a stable subsequence of elements from a given input
sequence; Picks (samples) exactly one random element from successive blocks
of weight input elements each.
- WeightedDoubleRandomSampler() - Constructor for class cern.jet.random.tdouble.sampling.WeightedDoubleRandomSampler
-
Calls BlockedRandomSampler(1,null).
- WeightedDoubleRandomSampler(int, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.sampling.WeightedDoubleRandomSampler
-
Chooses exactly one random element from successive blocks of
weight input elements each.
- WeightedFloatRandomSampler - Class in cern.jet.random.tfloat.sampling
-
Conveniently computes a stable subsequence of elements from a given input
sequence; Picks (samples) exactly one random element from successive blocks
of weight input elements each.
- WeightedFloatRandomSampler() - Constructor for class cern.jet.random.tfloat.sampling.WeightedFloatRandomSampler
-
Calls BlockedRandomSampler(1,null).
- WeightedFloatRandomSampler(int, FloatRandomEngine) - Constructor for class cern.jet.random.tfloat.sampling.WeightedFloatRandomSampler
-
Chooses exactly one random element from successive blocks of
weight input elements each.
- weightedMean(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
-
Returns the weighted mean of a data sequence.
- weightedMean(FloatArrayList, FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
-
Returns the weighted mean of a data sequence.
- weightedRMS(double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
-
Returns the weighted RMS (Root-Mean-Square) of a data sequence.
- weightedRMS(float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
-
Returns the weighted RMS (Root-Mean-Square) of a data sequence.
- winsorizedMean(DoubleArrayList, double, int, int) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
-
Returns the winsorized mean of a sorted data sequence.
- winsorizedMean(FloatArrayList, float, int, int) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
-
Returns the winsorized mean of a sorted data sequence.
- WrapperDComplexMatrix1D - Class in cern.colt.matrix.tdcomplex.impl
-
1-d matrix holding complex elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperDComplexMatrix1D(DComplexMatrix1D) - Constructor for class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
-
- WrapperDComplexMatrix2D - Class in cern.colt.matrix.tdcomplex.impl
-
2-d matrix holding complex elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperDComplexMatrix2D(DComplexMatrix2D) - Constructor for class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
-
- WrapperDComplexMatrix3D - Class in cern.colt.matrix.tdcomplex.impl
-
3-d matrix holding complex elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperDComplexMatrix3D(DComplexMatrix3D) - Constructor for class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
-
- WrapperDoubleMatrix1D - Class in cern.colt.matrix.tdouble.impl
-
1-d matrix holding double elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperDoubleMatrix1D(DoubleMatrix1D) - Constructor for class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
-
- WrapperDoubleMatrix2D - Class in cern.colt.matrix.tdouble.impl
-
2-d matrix holding double elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperDoubleMatrix2D(DoubleMatrix2D) - Constructor for class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
-
- WrapperDoubleMatrix3D - Class in cern.colt.matrix.tdouble.impl
-
3-d matrix holding double elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperDoubleMatrix3D(DoubleMatrix3D) - Constructor for class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
-
- WrapperFComplexMatrix1D - Class in cern.colt.matrix.tfcomplex.impl
-
1-d matrix holding complex elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperFComplexMatrix1D(FComplexMatrix1D) - Constructor for class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
-
- WrapperFComplexMatrix2D - Class in cern.colt.matrix.tfcomplex.impl
-
2-d matrix holding complex elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperFComplexMatrix2D(FComplexMatrix2D) - Constructor for class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
-
- WrapperFComplexMatrix3D - Class in cern.colt.matrix.tfcomplex.impl
-
3-d matrix holding complex elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperFComplexMatrix3D(FComplexMatrix3D) - Constructor for class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
-
- WrapperFloatMatrix1D - Class in cern.colt.matrix.tfloat.impl
-
1-d matrix holding float elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperFloatMatrix1D(FloatMatrix1D) - Constructor for class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
-
- WrapperFloatMatrix2D - Class in cern.colt.matrix.tfloat.impl
-
2-d matrix holding float elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperFloatMatrix2D(FloatMatrix2D) - Constructor for class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
-
- WrapperFloatMatrix3D - Class in cern.colt.matrix.tfloat.impl
-
3-d matrix holding float elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperFloatMatrix3D(FloatMatrix3D) - Constructor for class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
-
- WrapperIntMatrix1D - Class in cern.colt.matrix.tint.impl
-
1-d matrix holding int elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperIntMatrix1D(IntMatrix1D) - Constructor for class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
-
- WrapperIntMatrix2D - Class in cern.colt.matrix.tint.impl
-
2-d matrix holding int elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperIntMatrix2D(IntMatrix2D) - Constructor for class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
-
- WrapperIntMatrix3D - Class in cern.colt.matrix.tint.impl
-
3-d matrix holding int elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperIntMatrix3D(IntMatrix3D) - Constructor for class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
-
- WrapperLongMatrix1D - Class in cern.colt.matrix.tlong.impl
-
1-d matrix holding int elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperLongMatrix1D(LongMatrix1D) - Constructor for class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
-
- WrapperLongMatrix2D - Class in cern.colt.matrix.tlong.impl
-
2-d matrix holding long elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperLongMatrix2D(LongMatrix2D) - Constructor for class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
-
- WrapperLongMatrix3D - Class in cern.colt.matrix.tlong.impl
-
3-d matrix holding long elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperLongMatrix3D(LongMatrix3D) - Constructor for class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
-
- WrapperObjectMatrix1D - Class in cern.colt.matrix.tobject.impl
-
1-d matrix holding int elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperObjectMatrix1D(ObjectMatrix1D) - Constructor for class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
-
- WrapperObjectMatrix2D - Class in cern.colt.matrix.tobject.impl
-
2-d matrix holding Object elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperObjectMatrix2D(ObjectMatrix2D) - Constructor for class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
-
- WrapperObjectMatrix3D - Class in cern.colt.matrix.tobject.impl
-
3-d matrix holding Object elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
- WrapperObjectMatrix3D(ObjectMatrix3D) - Constructor for class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
-
- writeFFTBenchmarkResultsToFile(String, int, int, boolean, boolean, int[], double[]) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves results of the benchmark in a file
- writeToFileComplex_1D(String, double[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves elements of x
in a file filename
,
assuming that it is 1D complex array.
- writeToFileComplex_2D(String, int, int, double[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves elements of x
in a file filename
,
assuming that it is 2D complex array.
- writeToFileComplex_2D(String, int, int, double[][], String) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves elements of x
in a file filename
.
- writeToFileComplex_3D(String, int, int, int, double[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves elements of x
in a file filename
,
assuming that it is 3D complex array.
- writeToFileComplex_3D(String, int, int, int, double[][][], String) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves elements of x
in a file filename
.
- writeToFileReal_1D(String, double[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves elements of x
in a file filename
,
assuming that it is 2D real array.
- writeToFileReal_1D(int[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves elements of x
in a file filename
,
assuming that it is 2D real array.
- writeToFileReal_1D(String, float[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves elements of x
in a file filename
,
assuming that it is 2D real array.
- writeToFileReal_2D(String, int, int, double[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves elements of x
in a file filename
,
assuming that it is 2D real array.
- writeToFileReal_2D(String, double[][], String) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves elements of x
in a file filename
,
- writeToFileReal_2D(String, float[][], String) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves elements of x
in a file filename
,
- writeToFileReal_2D(String, int, int, float[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves elements of x
in a file filename
,
assuming that it is 2D real array.
- writeToFileReal_3D(String, int, int, int, double[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves elements of x
in a file filename
,
assuming that it is 3D real array.
- writeToFileReal_3D(String, int, int, int, float[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Saves elements of x
in a file filename
,
assuming that it is 3D real array.