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

W

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<?>[], 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.
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
 
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
 
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
 
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(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(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(int, int, double[][], String) - Static method in class edu.emory.mathcs.utils.IOUtils
Saves elements of x in a file filename.
writeToFileComplex_3D(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(int, int, int, double[][][], String) - Static method in class edu.emory.mathcs.utils.IOUtils
Saves elements of x in a file filename.
writeToFileReal_1D(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(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(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(double[][], String) - Static method in class edu.emory.mathcs.utils.IOUtils
Saves elements of x in a file filename,
writeToFileReal_2D(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(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(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.

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