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

S

setNumberOfProcessors(int) - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Sets the number of available processors ( = number of threads used in calculations).
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.

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