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

M

Matrix - Interface in ej.numeric
Common interface to matrix objects
max() - Method in class ej.numeric.ComplexDoubleMatrix
The maximum element of the matrix
max(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
Element-wise maximum between matrices
max(ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
Element-wise maximum between matrix elements and a scalar
max() - Method in class ej.numeric.ComplexFloatMatrix
The maximum element of the matrix
max(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
Element-wise maximum between matrices
max(ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
Element-wise maximum between matrix elements and a scalar
max() - Method in class ej.numeric.DoubleMatrix
The maximum element of the matrix
max(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
Element-wise maximum between matrices
max(double) - Method in class ej.numeric.DoubleMatrix
Element-wise maximum between matrix elements and a scalar
max() - Method in class ej.numeric.FloatMatrix
The maximum element of the matrix
max(FloatMatrix) - Method in class ej.numeric.FloatMatrix
Element-wise maximum between matrices
max(float) - Method in class ej.numeric.FloatMatrix
Element-wise maximum between matrix elements and a scalar
maxi(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
In place element-wise maximum between matrices
maxi(ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
In place element-wise maximum between matrix elements and a scalar
maxi(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
In place element-wise maximum between matrices
maxi(ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
In place element-wise maximum between matrix elements and a scalar
maxi(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
In place element-wise maximum between matrices
maxi(double) - Method in class ej.numeric.DoubleMatrix
In place element-wise maximum between matrix elements and a scalar
maxi(FloatMatrix) - Method in class ej.numeric.FloatMatrix
In place element-wise maximum between matrices
maxi(float) - Method in class ej.numeric.FloatMatrix
In place element-wise maximum between matrix elements and a scalar
mean() - Method in class ej.numeric.ComplexDoubleMatrix
The mean value of all elements in the matrix
mean() - Method in class ej.numeric.ComplexFloatMatrix
The mean value of all elements in the matrix
mean() - Method in class ej.numeric.DoubleMatrix
The mean value of all elements in the matrix
mean() - Method in class ej.numeric.FloatMatrix
The mean value of all elements in the matrix
min() - Method in class ej.numeric.ComplexDoubleMatrix
The minimum element of the matrix
min(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
Element-wise minimum between matrices
min(ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
Element-wise minimum between matrix elements and a scalar
min() - Method in class ej.numeric.ComplexFloatMatrix
The minimum element of the matrix
min(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
Element-wise minimum between matrices
min(ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
Element-wise minimum between matrix elements and a scalar
min() - Method in class ej.numeric.DoubleMatrix
The minimum element of the matrix
min(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
Element-wise minimum between matrices
min(double) - Method in class ej.numeric.DoubleMatrix
Element-wise minimum between matrix elements and a scalar
min() - Method in class ej.numeric.FloatMatrix
The minimum element of the matrix
min(FloatMatrix) - Method in class ej.numeric.FloatMatrix
Element-wise minimum between matrices
min(float) - Method in class ej.numeric.FloatMatrix
Element-wise minimum between matrix elements and a scalar
mini(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
In place element-wise minimum between matrices
mini(ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
In place element-wise minimum between matrix elements and a scalar
mini(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
In place element-wise minimum between matrices
mini(ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
In place element-wise minimum between matrix elements and a scalar
mini(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
In place element-wise minimum between matrices
mini(double) - Method in class ej.numeric.DoubleMatrix
In place element-wise minimum between matrix elements and a scalar
mini(FloatMatrix) - Method in class ej.numeric.FloatMatrix
In place element-wise minimum between matrices
mini(float) - Method in class ej.numeric.FloatMatrix
In place element-wise minimum between matrix elements and a scalar
minusOne() - Static method in class ej.numeric.ComplexDouble
Returns a new instance with (-1,0)
minusOne() - Static method in class ej.numeric.ComplexFloat
Returns a new instance with (-1,0)
modulus() - Method in class ej.numeric.ComplexDouble
Absolute value/modulus/magnitude
modulus() - Method in class ej.numeric.ComplexFloat
Absolute value/modulus/magnitude
mul(ComplexDouble) - Method in class ej.numeric.ComplexDouble
Multiply by a complex
mul(double) - Method in class ej.numeric.ComplexDouble
Multiply by a scalar
mul(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
Multiply by a matrix
mul(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
Make the current matrix be the result of the multiplication of two matrices
mul(ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
Multiply by a scalar
mul(ComplexDoubleMatrix, ComplexDoubleMatrix, int, int, int, int, int, int, int, int, int) - Method in class ej.numeric.ComplexDoubleMatrix
Make the current matrix be the result of the multiplication of two sub matrices
mul(ComplexFloat) - Method in class ej.numeric.ComplexFloat
Multiply by a complex
mul(float) - Method in class ej.numeric.ComplexFloat
Multiply by a scalar
mul(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
Multiply by a matrix
mul(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
Make the current matrix be the result of the multiplication of two matrices
mul(ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
Multiply by a scalar
mul(ComplexFloatMatrix, ComplexFloatMatrix, int, int, int, int, int, int, int, int, int) - Method in class ej.numeric.ComplexFloatMatrix
Make the current matrix be the result of the multiplication of two sub matrices
mul(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
Multiply by a matrix
mul(DoubleMatrix, DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
Make the current matrix be the result of the multiplication of two matrices
mul(double) - Method in class ej.numeric.DoubleMatrix
Multiply by a scalar
mul(DoubleMatrix, DoubleMatrix, int, int, int, int, int, int, int, int, int) - Method in class ej.numeric.DoubleMatrix
Make the current matrix be the result of the multiplication of two sub matrices
mul(FloatMatrix) - Method in class ej.numeric.FloatMatrix
Multiply by a matrix
mul(FloatMatrix, FloatMatrix) - Method in class ej.numeric.FloatMatrix
Make the current matrix be the result of the multiplication of two matrices
mul(float) - Method in class ej.numeric.FloatMatrix
Multiply by a scalar
mul(FloatMatrix, FloatMatrix, int, int, int, int, int, int, int, int, int) - Method in class ej.numeric.FloatMatrix
Make the current matrix be the result of the multiplication of two sub matrices
muli(ComplexDouble) - Method in class ej.numeric.ComplexDouble
In place multiply by a complex
muli(double) - Method in class ej.numeric.ComplexDouble
In place multiply by a scalar
muli(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
In place multiply by a matrix
muli(ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
In place multiply by a scalar
muli(ComplexFloat) - Method in class ej.numeric.ComplexFloat
In place multiply by a complex
muli(float) - Method in class ej.numeric.ComplexFloat
In place multiply by a scalar
muli(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
In place multiply by a matrix
muli(ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
In place multiply by a scalar
muli(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
In place multiply by a matrix
muli(double) - Method in class ej.numeric.DoubleMatrix
In place multiply by a scalar
muli(FloatMatrix) - Method in class ej.numeric.FloatMatrix
In place multiply by a matrix
muli(float) - Method in class ej.numeric.FloatMatrix
In place multiply by a scalar
A C D E F G H I L M N O P R S T V Z