JTransforms 2.3
A B C D E F G I M N P R S W

S

setNumberOfThreads(int) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Sets the number of threads.
setThreadsBeginN_1D_FFT_2Threads(int) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Sets the minimal size of 1D data for which two threads are used.
setThreadsBeginN_1D_FFT_4Threads(int) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Sets the minimal size of 1D data for which four threads are used.
setThreadsBeginN_2D(int) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Sets the minimal size of 2D data for which threads are used.
setThreadsBeginN_3D(int) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Sets the minimal size of 3D data for which threads are used.
showComplex_1D(double[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
Displays elements of x, assuming that it is 1D complex array.
showComplex_2D(int, int, double[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
Displays elements of x, assuming that it is 2D complex array.
showComplex_3D(int, int, int, double[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
Displays elements of x, assuming that it is 3D complex array.
showComplex_3D(int, int, int, double[][][], String) - Static method in class edu.emory.mathcs.utils.IOUtils
Displays elements of x.
showComplex_3D(int, int, int, float[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
Displays elements of x, assuming that it is 3D complex array.
showReal_1D(double[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
Displays elements of x, assuming that it is 1D real array.
showReal_2D(int, int, double[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
Displays elements of x, assuming that it is 2D real array.
showReal_3D(int, int, int, double[], String) - Static method in class edu.emory.mathcs.utils.IOUtils
Displays elements of x, assuming that it is 3D real array.
showReal_3D(int, int, int, double[][][], String) - Static method in class edu.emory.mathcs.utils.IOUtils
Displays elements of x.
sleep(long) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
submit(Runnable) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Submits a Runnable task for execution and returns a Future representing that task.

JTransforms 2.3
A B C D E F G I M N P R S W