A C D E F G H I L M N O P R S T V Z 

F

Factorization - Class in ej.numeric.linear
Factorization algorithms
Factorization() - Constructor for class ej.numeric.linear.Factorization
 
fft(FloatMatrix) - Static method in class ej.numeric.signal.Transforms
Fast Fourier transform
fft(FloatMatrix, ComplexFloatMatrix) - Static method in class ej.numeric.signal.Transforms
Fast Fourier transform
fft(DoubleMatrix) - Static method in class ej.numeric.signal.Transforms
Fast Fourier transform
fft(DoubleMatrix, ComplexDoubleMatrix) - Static method in class ej.numeric.signal.Transforms
Fast Fourier transform
fft(ComplexFloatMatrix) - Static method in class ej.numeric.signal.Transforms
Fast Fourier transform
fft(ComplexFloatMatrix, ComplexFloatMatrix) - Static method in class ej.numeric.signal.Transforms
Fast Fourier transform
fft(ComplexDoubleMatrix) - Static method in class ej.numeric.signal.Transforms
Fast Fourier transform
fft(ComplexDoubleMatrix, ComplexDoubleMatrix) - Static method in class ej.numeric.signal.Transforms
Fast Fourier transform
FloatMatrix - Class in ej.numeric
Implementation of matrix type of float elements
FloatMatrix(int, int) - Constructor for class ej.numeric.FloatMatrix
Construct a new matrix given the number of rows and columns
FloatMatrix(int, int, boolean) - Constructor for class ej.numeric.FloatMatrix
Construct a new matrix given the number of rows and columns.
FloatMatrix(int, int, float[]) - Constructor for class ej.numeric.FloatMatrix
Construct a new matrix given the number of rows, columns and the data as a linear array
FloatMatrix(float[][]) - Constructor for class ej.numeric.FloatMatrix
Construct a new matrix given the data as a two dimensions array
FloatMatrix(int) - Constructor for class ej.numeric.FloatMatrix
Construct a new row vector given the number of rows
FloatMatrix(float[]) - Constructor for class ej.numeric.FloatMatrix
Construct a new row vector given the data
A C D E F G H I L M N O P R S T V Z