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

F

fillMatrix_1D(int, double[]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 1D matrix with random numbers.
fillMatrix_1D(int, float[]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 1D matrix with random numbers.
fillMatrix_2D(int, int, double[]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 2D matrix with random numbers.
fillMatrix_2D(int, int, float[]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 2D matrix with random numbers.
fillMatrix_2D(int, int, double[][]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 2D matrix with random numbers.
fillMatrix_2D(int, int, float[][]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 2D matrix with random numbers.
fillMatrix_3D(int, int, int, double[]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 3D matrix with random numbers.
fillMatrix_3D(int, int, int, float[]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 3D matrix with random numbers.
fillMatrix_3D(int, int, int, double[][][]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 3D matrix with random numbers.
fillMatrix_3D(int, int, int, float[][][]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 3D matrix with random numbers.
FloatDCT_1D - Class in edu.emory.mathcs.jtransforms.dct
Computes 1D Discrete Cosine Transform (DCT) of single precision data.
FloatDCT_1D(int) - Constructor for class edu.emory.mathcs.jtransforms.dct.FloatDCT_1D
Creates new instance of FloatDCT_1D.
FloatDCT_2D - Class in edu.emory.mathcs.jtransforms.dct
Computes 2D Discrete Cosine Transform (DCT) of single precision data.
FloatDCT_2D(int, int) - Constructor for class edu.emory.mathcs.jtransforms.dct.FloatDCT_2D
Creates new instance of FloatDCT_2D.
FloatDCT_3D - Class in edu.emory.mathcs.jtransforms.dct
Computes 3D Discrete Cosine Transform (DCT) of single precision data.
FloatDCT_3D(int, int, int) - Constructor for class edu.emory.mathcs.jtransforms.dct.FloatDCT_3D
Creates new instance of FloatDCT_3D.
FloatDHT_1D - Class in edu.emory.mathcs.jtransforms.dht
Computes 1D Discrete Hartley Transform (DHT) of real, single precision data.
FloatDHT_1D(int) - Constructor for class edu.emory.mathcs.jtransforms.dht.FloatDHT_1D
Creates new instance of FloatDHT_1D.
FloatDHT_2D - Class in edu.emory.mathcs.jtransforms.dht
Computes 2D Discrete Hartley Transform (DHT) of real, single precision data.
FloatDHT_2D(int, int) - Constructor for class edu.emory.mathcs.jtransforms.dht.FloatDHT_2D
Creates new instance of FloatDHT_2D.
FloatDHT_3D - Class in edu.emory.mathcs.jtransforms.dht
Computes 3D Discrete Hartley Transform (DHT) of real, single precision data.
FloatDHT_3D(int, int, int) - Constructor for class edu.emory.mathcs.jtransforms.dht.FloatDHT_3D
Creates new instance of FloatDHT_3D.
FloatDST_1D - Class in edu.emory.mathcs.jtransforms.dst
Computes 1D Discrete Sine Transform (DST) of single precision data.
FloatDST_1D(int) - Constructor for class edu.emory.mathcs.jtransforms.dst.FloatDST_1D
Creates new instance of FloatDST_1D.
FloatDST_2D - Class in edu.emory.mathcs.jtransforms.dst
Computes 2D Discrete Sine Transform (DST) of single precision data.
FloatDST_2D(int, int) - Constructor for class edu.emory.mathcs.jtransforms.dst.FloatDST_2D
Creates new instance of FloatDST_2D.
FloatDST_3D - Class in edu.emory.mathcs.jtransforms.dst
Computes 3D Discrete Sine Transform (DST) of single precision data.
FloatDST_3D(int, int, int) - Constructor for class edu.emory.mathcs.jtransforms.dst.FloatDST_3D
Creates new instance of FloatDST_3D.
FloatFFT_1D - Class in edu.emory.mathcs.jtransforms.fft
Computes 1D Discrete Fourier Transform (DFT) of complex and real, single precision data.
FloatFFT_1D(int) - Constructor for class edu.emory.mathcs.jtransforms.fft.FloatFFT_1D
Creates new instance of FloatFFT_1D.
FloatFFT_2D - Class in edu.emory.mathcs.jtransforms.fft
Computes 2D Discrete Fourier Transform (DFT) of complex and real, single precision data.
FloatFFT_2D(int, int) - Constructor for class edu.emory.mathcs.jtransforms.fft.FloatFFT_2D
Creates new instance of FloatFFT_2D.
FloatFFT_3D - Class in edu.emory.mathcs.jtransforms.fft
Computes 3D Discrete Fourier Transform (DFT) of complex and real, single precision data.
FloatFFT_3D(int, int, int) - Constructor for class edu.emory.mathcs.jtransforms.fft.FloatFFT_3D
Creates new instance of FloatFFT_3D.
forward(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.DoubleDCT_1D
Computes 1D forward DCT (DCT-II) leaving the result in a.
forward(double[], int, boolean) - Method in class edu.emory.mathcs.jtransforms.dct.DoubleDCT_1D
Computes 1D forward DCT (DCT-II) leaving the result in a.
forward(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.DoubleDCT_2D
Computes 2D forward DCT (DCT-II) leaving the result in a.
forward(double[][], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.DoubleDCT_2D
Computes 2D forward DCT (DCT-II) leaving the result in a.
forward(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.DoubleDCT_3D
Computes the 3D forward DCT (DCT-II) leaving the result in a .
forward(double[][][], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.DoubleDCT_3D
Computes the 3D forward DCT (DCT-II) leaving the result in a .
forward(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.FloatDCT_1D
Computes 1D forward DCT (DCT-II) leaving the result in a.
forward(float[], int, boolean) - Method in class edu.emory.mathcs.jtransforms.dct.FloatDCT_1D
Computes 1D forward DCT (DCT-II) leaving the result in a.
forward(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.FloatDCT_2D
Computes 2D forward DCT (DCT-II) leaving the result in a.
forward(float[][], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.FloatDCT_2D
Computes 2D forward DCT (DCT-II) leaving the result in a.
forward(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.FloatDCT_3D
Computes the 3D forward DCT (DCT-II) leaving the result in a .
forward(float[][][], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.FloatDCT_3D
Computes the 3D forward DCT (DCT-II) leaving the result in a .
forward(double[]) - Method in class edu.emory.mathcs.jtransforms.dht.DoubleDHT_1D
Computes 1D real, forward DHT leaving the result in a.
forward(double[], int) - Method in class edu.emory.mathcs.jtransforms.dht.DoubleDHT_1D
Computes 1D real, forward DHT leaving the result in a.
forward(double[]) - Method in class edu.emory.mathcs.jtransforms.dht.DoubleDHT_2D
Computes 2D real, forward DHT leaving the result in a.
forward(double[][]) - Method in class edu.emory.mathcs.jtransforms.dht.DoubleDHT_2D
Computes 2D real, forward DHT leaving the result in a.
forward(double[]) - Method in class edu.emory.mathcs.jtransforms.dht.DoubleDHT_3D
Computes the 3D real, forward DHT leaving the result in a.
forward(double[][][]) - Method in class edu.emory.mathcs.jtransforms.dht.DoubleDHT_3D
Computes the 3D real, forward DHT leaving the result in a.
forward(float[]) - Method in class edu.emory.mathcs.jtransforms.dht.FloatDHT_1D
Computes 1D real, forward DHT leaving the result in a.
forward(float[], int) - Method in class edu.emory.mathcs.jtransforms.dht.FloatDHT_1D
Computes 1D real, forward DHT leaving the result in a.
forward(float[]) - Method in class edu.emory.mathcs.jtransforms.dht.FloatDHT_2D
Computes 2D real, forward DHT leaving the result in a.
forward(float[][]) - Method in class edu.emory.mathcs.jtransforms.dht.FloatDHT_2D
Computes 2D real, forward DHT leaving the result in a.
forward(float[]) - Method in class edu.emory.mathcs.jtransforms.dht.FloatDHT_3D
Computes the 3D real, forward DHT leaving the result in a.
forward(float[][][]) - Method in class edu.emory.mathcs.jtransforms.dht.FloatDHT_3D
Computes the 3D real, forward DHT leaving the result in a.
forward(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.DoubleDST_1D
Computes 1D forward DST (DST-II) leaving the result in a.
forward(double[], int, boolean) - Method in class edu.emory.mathcs.jtransforms.dst.DoubleDST_1D
Computes 1D forward DST (DST-II) leaving the result in a.
forward(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.DoubleDST_2D
Computes 2D forward DST (DST-II) leaving the result in a.
forward(double[][], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.DoubleDST_2D
Computes 2D forward DST (DST-II) leaving the result in a.
forward(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.DoubleDST_3D
Computes the 3D forward DST (DST-II) leaving the result in a .
forward(double[][][], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.DoubleDST_3D
Computes the 3D forward DST (DST-II) leaving the result in a .
forward(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.FloatDST_1D
Computes 1D forward DST (DST-II) leaving the result in a.
forward(float[], int, boolean) - Method in class edu.emory.mathcs.jtransforms.dst.FloatDST_1D
Computes 1D forward DST (DST-II) leaving the result in a.
forward(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.FloatDST_2D
Computes 2D forward DST (DST-II) leaving the result in a.
forward(float[][], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.FloatDST_2D
Computes 2D forward DST (DST-II) leaving the result in a.
forward(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.FloatDST_3D
Computes the 3D forward DST (DST-II) leaving the result in a .
forward(float[][][], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.FloatDST_3D
Computes the 3D forward DST (DST-II) leaving the result in a .

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