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

S

set(int, int, ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
Set the element at the given row and column
set(int, ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
Set the element at the given linear index
set(Range, Range, ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
Set the elements at the given index ranges
set(Range, ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
Set the elements at the given linear index range
set(int, int, ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
Set the element at the given row and column
set(int, ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
Set the element at the given linear index
set(Range, Range, ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
Set the elements at the given index ranges
set(Range, ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
Set the elements at the given linear index range
set(int, int, double) - Method in class ej.numeric.DoubleMatrix
Set the element at the given row and column
set(int, double) - Method in class ej.numeric.DoubleMatrix
Set the element at the given linear index
set(Range, Range, double) - Method in class ej.numeric.DoubleMatrix
Set the elements at the given index ranges
set(Range, double) - Method in class ej.numeric.DoubleMatrix
Set the elements at the given linear index range
set(int, int, float) - Method in class ej.numeric.FloatMatrix
Set the element at the given row and column
set(int, float) - Method in class ej.numeric.FloatMatrix
Set the element at the given linear index
set(Range, Range, float) - Method in class ej.numeric.FloatMatrix
Set the elements at the given index ranges
set(Range, float) - Method in class ej.numeric.FloatMatrix
Set the elements at the given linear index range
setColumn(int, ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
Set the elements at the given column
setColumn(int, ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
Set the elements at the given column
setColumn(int, DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
Set the elements at the given column
setColumn(int, FloatMatrix) - Method in class ej.numeric.FloatMatrix
Set the elements at the given column
setEpsilon(double) - Static method in class ej.numeric.ComplexDoubleMatrix
Set epsilon
setEpsilon(double) - Static method in class ej.numeric.ComplexFloatMatrix
Set epsilon
setEpsilon(double) - Static method in class ej.numeric.DoubleMatrix
Set epsilon
setEpsilon(double) - Static method in class ej.numeric.FloatMatrix
Set epsilon
setImaginary(double) - Method in class ej.numeric.ComplexDouble
Set the imaginary part of the complex
setImaginary(int, int, double) - Method in class ej.numeric.ComplexDoubleMatrix
Set the imaginary part of the element at the given row and column
setImaginary(int, double) - Method in class ej.numeric.ComplexDoubleMatrix
Set the imaginary part of the element at the given linear index
setImaginary(float) - Method in class ej.numeric.ComplexFloat
Set the imaginary part of the complex
setImaginary(int, int, float) - Method in class ej.numeric.ComplexFloatMatrix
Set the imaginary part of the element at the given row and column
setImaginary(int, float) - Method in class ej.numeric.ComplexFloatMatrix
Set the imaginary part of the element at the given linear index
setReal(double) - Method in class ej.numeric.ComplexDouble
Set the real part of the complex
setReal(int, int, double) - Method in class ej.numeric.ComplexDoubleMatrix
Set the real part of the element at the given row and column
setReal(int, double) - Method in class ej.numeric.ComplexDoubleMatrix
Set the real part of the element at the given linear index
setReal(float) - Method in class ej.numeric.ComplexFloat
Set the real part of the complex
setReal(int, int, float) - Method in class ej.numeric.ComplexFloatMatrix
Set the real part of the element at the given row and column
setReal(int, float) - Method in class ej.numeric.ComplexFloatMatrix
Set the real part of the element at the given linear index
setRow(int, ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
Set the elements at the given row
setRow(int, ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
Set the elements at the given row
setRow(int, DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
Set the elements at the given row
setRow(int, FloatMatrix) - Method in class ej.numeric.FloatMatrix
Set the elements at the given row
setStart(int) - Method in class ej.numeric.range.StepRange
Set the start index of the range
setStep(int) - Method in class ej.numeric.range.StepRange
Set the step of the range
setStop(int) - Method in class ej.numeric.range.StepRange
Set the stop index of the range
Solve - Class in ej.numeric.linear
Linear equation resolution algorithms
Solve() - Constructor for class ej.numeric.linear.Solve
 
solve(FloatMatrix, FloatMatrix) - Static method in class ej.numeric.linear.Solve
Solve the linear equation A*X = B.
solve(DoubleMatrix, DoubleMatrix) - Static method in class ej.numeric.linear.Solve
Solve the linear equation A*X = B.
solve(ComplexFloatMatrix, ComplexFloatMatrix) - Static method in class ej.numeric.linear.Solve
Solve the linear equation A*X = B.
solve(ComplexDoubleMatrix, ComplexDoubleMatrix) - Static method in class ej.numeric.linear.Solve
Solve the linear equation A*X = B.
sqrt() - Method in class ej.numeric.ComplexDouble
Positive square root.
sqrt() - Method in class ej.numeric.ComplexFloat
Positive square root.
sqrti() - Method in class ej.numeric.ComplexDouble
In-place positive square root.
sqrti() - Method in class ej.numeric.ComplexFloat
In-place positive square root.
square() - Method in class ej.numeric.ComplexDouble
Square
square() - Method in class ej.numeric.ComplexFloat
Square
squarei() - Method in class ej.numeric.ComplexDouble
Square
squarei() - Method in class ej.numeric.ComplexFloat
Square
StepRange - Class in ej.numeric.range
 
StepRange(int, int) - Constructor for class ej.numeric.range.StepRange
Create a range with start and stop indexes
StepRange(int, int, int) - Constructor for class ej.numeric.range.StepRange
Create a range with a start and stop indexes and a step
sub(ComplexDouble) - Method in class ej.numeric.ComplexDouble
Subtract a complex
sub(double) - Method in class ej.numeric.ComplexDouble
Subtract a scalar
sub(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
Subtract a matrix
sub(ComplexDoubleMatrix, ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
Make the current matrix be the result of the subtraction of two matrices
sub(ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
Subtract a scalar
sub(ComplexDoubleMatrix, ComplexDoubleMatrix, int, int, int, int, int, int, int, int) - Method in class ej.numeric.ComplexDoubleMatrix
Make the current (sub) matrix be the result of the subtraction of two sub matrices
sub(ComplexFloat) - Method in class ej.numeric.ComplexFloat
Subtract a complex
sub(float) - Method in class ej.numeric.ComplexFloat
Subtract a scalar
sub(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
Subtract a matrix
sub(ComplexFloatMatrix, ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
Make the current matrix be the result of the subtraction of two matrices
sub(ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
Subtract a scalar
sub(ComplexFloatMatrix, ComplexFloatMatrix, int, int, int, int, int, int, int, int) - Method in class ej.numeric.ComplexFloatMatrix
Make the current (sub) matrix be the result of the subtraction of two sub matrices
sub(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
Subtract a matrix
sub(DoubleMatrix, DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
Make the current matrix be the result of the subtraction of two matrices
sub(double) - Method in class ej.numeric.DoubleMatrix
Subtract a scalar
sub(DoubleMatrix, DoubleMatrix, int, int, int, int, int, int, int, int) - Method in class ej.numeric.DoubleMatrix
Make the current (sub) matrix be the result of the subtraction of two sub matrices
sub(FloatMatrix) - Method in class ej.numeric.FloatMatrix
Subtract a matrix
sub(FloatMatrix, FloatMatrix) - Method in class ej.numeric.FloatMatrix
Make the current matrix be the result of the subtraction of two matrices
sub(float) - Method in class ej.numeric.FloatMatrix
Subtract a scalar
sub(FloatMatrix, FloatMatrix, int, int, int, int, int, int, int, int) - Method in class ej.numeric.FloatMatrix
Make the current (sub) matrix be the result of the subtraction of two sub matrices
subi(ComplexDouble) - Method in class ej.numeric.ComplexDouble
In place subtract a complex
subi(double) - Method in class ej.numeric.ComplexDouble
In place subtract a scalar
subi(ComplexDoubleMatrix) - Method in class ej.numeric.ComplexDoubleMatrix
In place subtract a matrix
subi(ComplexDouble) - Method in class ej.numeric.ComplexDoubleMatrix
In place subtract a scalar
subi(ComplexFloat) - Method in class ej.numeric.ComplexFloat
In place subtract a complex
subi(float) - Method in class ej.numeric.ComplexFloat
In place subtract a scalar
subi(ComplexFloatMatrix) - Method in class ej.numeric.ComplexFloatMatrix
In place subtract a matrix
subi(ComplexFloat) - Method in class ej.numeric.ComplexFloatMatrix
In place subtract a scalar
subi(DoubleMatrix) - Method in class ej.numeric.DoubleMatrix
In place subtract a matrix
subi(double) - Method in class ej.numeric.DoubleMatrix
In place subtract a scalar
subi(FloatMatrix) - Method in class ej.numeric.FloatMatrix
In place subtract a matrix
subi(float) - Method in class ej.numeric.FloatMatrix
In place subtract a scalar
sum() - Method in class ej.numeric.ComplexDoubleMatrix
The sum of all elements of the matrix
sum() - Method in class ej.numeric.ComplexFloatMatrix
The sum of all elements of the matrix
sum() - Method in class ej.numeric.DoubleMatrix
The sum of all elements of the matrix
sum() - Method in class ej.numeric.FloatMatrix
The sum of all elements of the matrix
A C D E F G H I L M N O P R S T V Z