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

C

clone() - Method in class ej.numeric.ComplexDouble
Returns a copy of this ComplexDouble
clone() - Method in class ej.numeric.ComplexDoubleMatrix
Makes a deep copy of this matrix.
clone() - Method in class ej.numeric.ComplexFloat
Returns a copy of this ComplexFloat
clone() - Method in class ej.numeric.ComplexFloatMatrix
Makes a deep copy of this matrix.
clone() - Method in class ej.numeric.DoubleMatrix
Makes a deep copy of this matrix.
clone() - Method in class ej.numeric.FloatMatrix
Makes a deep copy of this matrix.
Complex - Interface in ej.numeric
Common interface to matrix objects
ComplexDouble - Class in ej.numeric
Implementation of complex ComplexDouble elements
ComplexDouble(double, double) - Constructor for class ej.numeric.ComplexDouble
Create a complex with real and imaginary parts
ComplexDoubleMatrix - Class in ej.numeric
Implementation of matrix type of ComplexDouble elements
ComplexDoubleMatrix(int, int) - Constructor for class ej.numeric.ComplexDoubleMatrix
Construct a new matrix given the number of rows and columns
ComplexDoubleMatrix(int, int, boolean) - Constructor for class ej.numeric.ComplexDoubleMatrix
Construct a new matrix given the number of rows and columns.
ComplexDoubleMatrix(int, int, ComplexDouble[]) - Constructor for class ej.numeric.ComplexDoubleMatrix
Construct a new matrix given the number of rows, columns and the data as a linear array
ComplexDoubleMatrix(int, int, double[]) - Constructor for class ej.numeric.ComplexDoubleMatrix
Construct a new matrix given the number of rows, columns and the data as a linear array
ComplexDoubleMatrix(ComplexDouble[][]) - Constructor for class ej.numeric.ComplexDoubleMatrix
Construct a new matrix given the data as a two dimensions array
ComplexDoubleMatrix(double[][]) - Constructor for class ej.numeric.ComplexDoubleMatrix
Construct a new matrix given the data as a two dimensions array
ComplexDoubleMatrix(int) - Constructor for class ej.numeric.ComplexDoubleMatrix
Construct a new row vector given the number of rows
ComplexDoubleMatrix(ComplexDouble[]) - Constructor for class ej.numeric.ComplexDoubleMatrix
Construct a new row vector given the data
ComplexDoubleMatrix(double[]) - Constructor for class ej.numeric.ComplexDoubleMatrix
Construct a new row vector given the data
ComplexFloat - Class in ej.numeric
Implementation of complex ComplexFloat elements
ComplexFloat(float, float) - Constructor for class ej.numeric.ComplexFloat
Create a complex with real and imaginary parts
ComplexFloatMatrix - Class in ej.numeric
Implementation of matrix type of ComplexFloat elements
ComplexFloatMatrix(int, int) - Constructor for class ej.numeric.ComplexFloatMatrix
Construct a new matrix given the number of rows and columns
ComplexFloatMatrix(int, int, boolean) - Constructor for class ej.numeric.ComplexFloatMatrix
Construct a new matrix given the number of rows and columns.
ComplexFloatMatrix(int, int, ComplexFloat[]) - Constructor for class ej.numeric.ComplexFloatMatrix
Construct a new matrix given the number of rows, columns and the data as a linear array
ComplexFloatMatrix(int, int, float[]) - Constructor for class ej.numeric.ComplexFloatMatrix
Construct a new matrix given the number of rows, columns and the data as a linear array
ComplexFloatMatrix(ComplexFloat[][]) - Constructor for class ej.numeric.ComplexFloatMatrix
Construct a new matrix given the data as a two dimensions array
ComplexFloatMatrix(float[][]) - Constructor for class ej.numeric.ComplexFloatMatrix
Construct a new matrix given the data as a two dimensions array
ComplexFloatMatrix(int) - Constructor for class ej.numeric.ComplexFloatMatrix
Construct a new row vector given the number of rows
ComplexFloatMatrix(ComplexFloat[]) - Constructor for class ej.numeric.ComplexFloatMatrix
Construct a new row vector given the data
ComplexFloatMatrix(float[]) - Constructor for class ej.numeric.ComplexFloatMatrix
Construct a new row vector given the data
conjugate() - Method in class ej.numeric.ComplexDouble
Conjugate
conjugate() - Method in class ej.numeric.ComplexFloat
Conjugate
conjugatei() - Method in class ej.numeric.ComplexDouble
In-place conjugate
conjugatei() - Method in class ej.numeric.ComplexFloat
In-place conjugate
A C D E F G H I L M N O P R S T V Z