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

G

ge(ComplexDouble) - Method in class ej.numeric.ComplexDouble
Greater or equals between complex numbers' real parts
ge(double) - Method in class ej.numeric.ComplexDouble
Greater or equals between complex number's real part and a scalar
ge(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
Element-wise greater or equals between matrices elements
ge(ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
Element-wise greater or equals between matrix elements and a scalar
ge(ComplexFloat) - Method in class ej.numeric.ComplexFloat
Greater or equals between complex numbers' real parts
ge(float) - Method in class ej.numeric.ComplexFloat
Greater or equals between complex number's real part and a scalar
ge(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
Element-wise greater or equals between matrices elements
ge(ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
Element-wise greater or equals between matrix elements and a scalar
ge(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
Element-wise greater or equals between matrices elements
ge(double) - Method in class ej.numeric.DoubleMatrix
Element-wise greater or equals between matrix elements and a scalar
ge(FloatMatrix) - Method in class ej.numeric.FloatMatrix
Element-wise greater or equals between matrices elements
ge(float) - Method in class ej.numeric.FloatMatrix
Element-wise greater or equals between matrix elements and a scalar
gei(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
In place element-wise greater or equals between matrices elements
gei(ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
In place element-wise greater or equals between matrix elements and a scalar
gei(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
In place element-wise greater or equals between matrices elements
gei(ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
In place element-wise greater or equals between matrix elements and a scalar
gei(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
In place element-wise greater or equals between matrices elements
gei(double) - Method in class ej.numeric.DoubleMatrix
In place element-wise greater or equals between matrix elements and a scalar
gei(FloatMatrix) - Method in class ej.numeric.FloatMatrix
In place element-wise greater or equals between matrices elements
gei(float) - Method in class ej.numeric.FloatMatrix
In place element-wise greater or equals between matrix elements and a scalar
get(int, int) - Method in class ej.numeric.ComplexDoubleMatrix
Get the element at the given row and column
get(int) - Method in class ej.numeric.ComplexDoubleMatrix
Get the element at the given linear index
get(Range, Range) - Method in class ej.numeric.ComplexDoubleMatrix
Get a matrix of the elements at the given index ranges
get(Range) - Method in class ej.numeric.ComplexDoubleMatrix
Get a vector of the elements at the given linear index range
get(int, int) - Method in class ej.numeric.ComplexFloatMatrix
Get the element at the given row and column
get(int) - Method in class ej.numeric.ComplexFloatMatrix
Get the element at the given linear index
get(Range, Range) - Method in class ej.numeric.ComplexFloatMatrix
Get a matrix of the elements at the given index ranges
get(Range) - Method in class ej.numeric.ComplexFloatMatrix
Get a vector of the elements at the given linear index range
get(int, int) - Method in class ej.numeric.DoubleMatrix
Get the element at the given row and column
get(int) - Method in class ej.numeric.DoubleMatrix
Get the element at the given linear index
get(Range, Range) - Method in class ej.numeric.DoubleMatrix
Get a matrix of the elements at the given index ranges
get(Range) - Method in class ej.numeric.DoubleMatrix
Get a vector of the elements at the given linear index range
get(int, int) - Method in class ej.numeric.FloatMatrix
Get the element at the given row and column
get(int) - Method in class ej.numeric.FloatMatrix
Get the element at the given linear index
get(Range, Range) - Method in class ej.numeric.FloatMatrix
Get a matrix of the elements at the given index ranges
get(Range) - Method in class ej.numeric.FloatMatrix
Get a vector of the elements at the given linear index range
getColumn(int) - Method in class ej.numeric.ComplexDoubleMatrix
Get a vector of the elements at the given column
getColumn(int) - Method in class ej.numeric.ComplexFloatMatrix
Get a vector of the elements at the given column
getColumn(int) - Method in class ej.numeric.DoubleMatrix
Get a vector of the elements at the given column
getColumn(int) - Method in class ej.numeric.FloatMatrix
Get a vector of the elements at the given column
getColumns() - Method in class ej.numeric.ComplexDoubleMatrix
Get the number of columns
getColumns() - Method in class ej.numeric.ComplexFloatMatrix
Get the number of columns
getColumns() - Method in class ej.numeric.DoubleMatrix
Get the number of columns
getColumns() - Method in class ej.numeric.FloatMatrix
Get the number of columns
getDeterminant(FloatMatrix) - Static method in class ej.numeric.linear.Factorization
Returns the determinant of the FloatMatrix.
getDeterminant(DoubleMatrix) - Static method in class ej.numeric.linear.Factorization
Returns the determinant of the DoubleMatrix.
getDeterminant(ComplexFloatMatrix) - Static method in class ej.numeric.linear.Factorization
Returns the determinant of the ComplexFloatMatrix.
getDeterminant(ComplexDoubleMatrix) - Static method in class ej.numeric.linear.Factorization
Returns the determinant of the ComplexDoubleMatrix.
getEpsilon() - Static method in class ej.numeric.ComplexDoubleMatrix
get epsilon
getEpsilon() - Static method in class ej.numeric.ComplexFloatMatrix
get epsilon
getEpsilon() - Static method in class ej.numeric.DoubleMatrix
get epsilon
getEpsilon() - Static method in class ej.numeric.FloatMatrix
get epsilon
getImaginary() - Method in class ej.numeric.ComplexDouble
Get the imaginary part of the complex
getImaginary(int, int) - Method in class ej.numeric.ComplexDoubleMatrix
Get the imaginary part of the element at the given row and column
getImaginary(int) - Method in class ej.numeric.ComplexDoubleMatrix
Get the imaginary part of the element at the given linear index
getImaginary() - Method in class ej.numeric.ComplexFloat
Get the imaginary part of the complex
getImaginary(int, int) - Method in class ej.numeric.ComplexFloatMatrix
Get the imaginary part of the element at the given row and column
getImaginary(int) - Method in class ej.numeric.ComplexFloatMatrix
Get the imaginary part of the element at the given linear index
getInverse(FloatMatrix) - Static method in class ej.numeric.linear.Factorization
Returns the inverse of the FloatMatrix or null if the determinant cannot be calculated.
getInverse(FloatMatrix, FloatMatrix) - Static method in class ej.numeric.linear.Factorization
Gets the inverse of toInverse, places it in result and returns result.
getInverse(DoubleMatrix) - Static method in class ej.numeric.linear.Factorization
Returns the inverse of the DoubleMatrix or null if the determinant cannot be calculated.
getInverse(DoubleMatrix, DoubleMatrix) - Static method in class ej.numeric.linear.Factorization
Gets the inverse of toInverse, places it in result and returns result.
getInverse(ComplexFloatMatrix) - Static method in class ej.numeric.linear.Factorization
Returns the inverse of the ComplexFloatMatrix or null if the determinant cannot be calculated.
getInverse(ComplexFloatMatrix, ComplexFloatMatrix) - Static method in class ej.numeric.linear.Factorization
Gets the inverse of toInverse, places it in result and returns result.
getInverse(ComplexDoubleMatrix) - Static method in class ej.numeric.linear.Factorization
Returns the inverse of the ComplexDoubleMatrix or null if the determinant cannot be calculated.
getInverse(ComplexDoubleMatrix, ComplexDoubleMatrix) - Static method in class ej.numeric.linear.Factorization
Gets the inverse of toInverse, places it in result and returns result.
getLength() - Method in class ej.numeric.ComplexDoubleMatrix
Get the total number of elements
getLength() - Method in class ej.numeric.ComplexFloatMatrix
Get the total number of elements
getLength() - Method in class ej.numeric.DoubleMatrix
Get the total number of elements
getLength() - Method in class ej.numeric.FloatMatrix
Get the total number of elements
getReal() - Method in class ej.numeric.ComplexDouble
Get the real part of the complex
getReal(int, int) - Method in class ej.numeric.ComplexDoubleMatrix
Get the real part of the element at the given row and column
getReal(int) - Method in class ej.numeric.ComplexDoubleMatrix
Get the real part of the element at the given linear index
getReal() - Method in class ej.numeric.ComplexFloat
Get the real part of the complex
getReal(int, int) - Method in class ej.numeric.ComplexFloatMatrix
Get the real part of the element at the given row and column
getReal(int) - Method in class ej.numeric.ComplexFloatMatrix
Get the real part of the element at the given linear index
getRow(int) - Method in class ej.numeric.ComplexDoubleMatrix
Get a vector of the elements at the given row
getRow(int) - Method in class ej.numeric.ComplexFloatMatrix
Get a vector of the elements at the given row
getRow(int) - Method in class ej.numeric.DoubleMatrix
Get a vector of the elements at the given row
getRow(int) - Method in class ej.numeric.FloatMatrix
Get a vector of the elements at the given row
getRows() - Method in class ej.numeric.ComplexDoubleMatrix
Get the number of rows
getRows() - Method in class ej.numeric.ComplexFloatMatrix
Get the number of rows
getRows() - Method in class ej.numeric.DoubleMatrix
Get the number of rows
getRows() - Method in class ej.numeric.FloatMatrix
Get the number of rows
getStart() - Method in class ej.numeric.range.StepRange
Get the start index of the range
getStep() - Method in class ej.numeric.range.StepRange
Get the step of the range
getStop() - Method in class ej.numeric.range.StepRange
Get the stop index of the range
gt(ComplexDouble) - Method in class ej.numeric.ComplexDouble
Greater than between complex numbers' real parts
gt(double) - Method in class ej.numeric.ComplexDouble
Greater than between complex number's real part and a scalar
gt(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
Element-wise greater than between matrices elements
gt(ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
Element-wise greater than between matrix elements and a scalar
gt(ComplexFloat) - Method in class ej.numeric.ComplexFloat
Greater than between complex numbers' real parts
gt(float) - Method in class ej.numeric.ComplexFloat
Greater than between complex number's real part and a scalar
gt(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
Element-wise greater than between matrices elements
gt(ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
Element-wise greater than between matrix elements and a scalar
gt(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
Element-wise greater than between matrices elements
gt(double) - Method in class ej.numeric.DoubleMatrix
Element-wise greater than between matrix elements and a scalar
gt(FloatMatrix) - Method in class ej.numeric.FloatMatrix
Element-wise greater than between matrices elements
gt(float) - Method in class ej.numeric.FloatMatrix
Element-wise greater than between matrix elements and a scalar
gti(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
In place element-wise greater than between matrices elements
gti(ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
In place element-wise greater than between matrix elements and a scalar
gti(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
In place element-wise greater than between matrices elements
gti(ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
In place element-wise greater than between matrix elements and a scalar
gti(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
In place element-wise greater than between matrices elements
gti(double) - Method in class ej.numeric.DoubleMatrix
In place element-wise greater than between matrix elements and a scalar
gti(FloatMatrix) - Method in class ej.numeric.FloatMatrix
In place element-wise greater than between matrices elements
gti(float) - Method in class ej.numeric.FloatMatrix
In place element-wise greater than between matrix elements and a scalar
A C D E F G H I L M N O P R S T V Z