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

D

det() - Method in class ej.numeric.ComplexDoubleMatrix
Matrix determinant
det() - Method in class ej.numeric.ComplexFloatMatrix
Matrix determinant
det() - Method in class ej.numeric.DoubleMatrix
Matrix determinant
det() - Method in class ej.numeric.FloatMatrix
Matrix determinant
diag(ComplexDoubleMatrix, int) - Static method in class ej.numeric.ComplexDoubleMatrix
Create a diagonal matrix with vector v on the diagonal k
diag(ComplexDoubleMatrix) - Static method in class ej.numeric.ComplexDoubleMatrix
Create a diagonal matrix with vector v on the main diagonal
diag(int) - Method in class ej.numeric.ComplexDoubleMatrix
Return the k-th diagonal of the matrix.
diag(ComplexFloatMatrix, int) - Static method in class ej.numeric.ComplexFloatMatrix
Create a diagonal matrix with vector v on the diagonal k
diag(ComplexFloatMatrix) - Static method in class ej.numeric.ComplexFloatMatrix
Create a diagonal matrix with vector v on the main diagonal
diag(int) - Method in class ej.numeric.ComplexFloatMatrix
Return the k-th diagonal of the matrix.
diag(DoubleMatrix, int) - Static method in class ej.numeric.DoubleMatrix
Create a diagonal matrix with vector v on the diagonal k
diag(DoubleMatrix) - Static method in class ej.numeric.DoubleMatrix
Create a diagonal matrix with vector v on the main diagonal
diag(int) - Method in class ej.numeric.DoubleMatrix
Return the k-th diagonal of the matrix.
diag(FloatMatrix, int) - Static method in class ej.numeric.FloatMatrix
Create a diagonal matrix with vector v on the diagonal k
diag(FloatMatrix) - Static method in class ej.numeric.FloatMatrix
Create a diagonal matrix with vector v on the main diagonal
diag(int) - Method in class ej.numeric.FloatMatrix
Return the k-th diagonal of the matrix.
div(ComplexDouble) - Method in class ej.numeric.ComplexDouble
Divide by a complex
div(double) - Method in class ej.numeric.ComplexDouble
Divide by a scalar
div(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
Divide by a matrix
div(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
Make the current matrix be the result of the division of two matrices
div(ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
Divide by a scalar
div(ComplexFloat) - Method in class ej.numeric.ComplexFloat
Divide by a complex
div(float) - Method in class ej.numeric.ComplexFloat
Divide by a scalar
div(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
Divide by a matrix
div(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
Make the current matrix be the result of the division of two matrices
div(ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
Divide by a scalar
div(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
Divide by a matrix
div(DoubleMatrix, DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
Make the current matrix be the result of the division of two matrices
div(double) - Method in class ej.numeric.DoubleMatrix
Divide by a scalar
div(FloatMatrix) - Method in class ej.numeric.FloatMatrix
Divide by a matrix
div(FloatMatrix, FloatMatrix) - Method in class ej.numeric.FloatMatrix
Make the current matrix be the result of the division of two matrices
div(float) - Method in class ej.numeric.FloatMatrix
Divide by a scalar
divi(ComplexDouble) - Method in class ej.numeric.ComplexDouble
In place divide by a complex
divi(double) - Method in class ej.numeric.ComplexDouble
In place divide by a scalar
divi(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
In place divide by a matrix
divi(ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
In place divide by a scalar
divi(ComplexFloat) - Method in class ej.numeric.ComplexFloat
In place divide by a complex
divi(float) - Method in class ej.numeric.ComplexFloat
In place divide by a scalar
divi(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
In place divide by a matrix
divi(ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
In place divide by a scalar
divi(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
In place divide by a matrix
divi(double) - Method in class ej.numeric.DoubleMatrix
In place divide by a scalar
divi(FloatMatrix) - Method in class ej.numeric.FloatMatrix
In place divide by a matrix
divi(float) - Method in class ej.numeric.FloatMatrix
In place divide by a scalar
DoubleMatrix - Class in ej.numeric
Implementation of matrix type of double elements
DoubleMatrix(int, int) - Constructor for class ej.numeric.DoubleMatrix
Construct a new matrix given the number of rows and columns
DoubleMatrix(int, int, boolean) - Constructor for class ej.numeric.DoubleMatrix
Construct a new matrix given the number of rows and columns.
DoubleMatrix(int, int, double[]) - Constructor for class ej.numeric.DoubleMatrix
Construct a new matrix given the number of rows, columns and the data as a linear array
DoubleMatrix(double[][]) - Constructor for class ej.numeric.DoubleMatrix
Construct a new matrix given the data as a two dimensions array
DoubleMatrix(int) - Constructor for class ej.numeric.DoubleMatrix
Construct a new row vector given the number of rows
DoubleMatrix(double[]) - Constructor for class ej.numeric.DoubleMatrix
Construct a new row vector given the data
duplicate(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
Copy the data of a matrix to the current matrix.
duplicate(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
Copy the data of a matrix to the current matrix.
duplicate(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
Copy the data of a matrix to the current matrix.
duplicate(FloatMatrix) - Method in class ej.numeric.FloatMatrix
Copy the data of a matrix to the current matrix.
A C D E F G H I L M N O P R S T V Z