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

R

rand(int) - Static method in class ej.numeric.ComplexDoubleMatrix
Create a square matrix filled with random elements uniformly distributed ont the interval (0, 1)
rand(int, int) - Static method in class ej.numeric.ComplexDoubleMatrix
Create a matrix filled with random elements uniformly distributed on the interval (0, 1)
rand(int) - Static method in class ej.numeric.ComplexFloatMatrix
Create a square matrix filled with random elements uniformly distributed ont the interval (0, 1)
rand(int, int) - Static method in class ej.numeric.ComplexFloatMatrix
Create a matrix filled with random elements uniformly distributed on the interval (0, 1)
rand(int) - Static method in class ej.numeric.DoubleMatrix
Create a square matrix filled with random elements uniformly distributed ont the interval (0, 1)
rand(int, int) - Static method in class ej.numeric.DoubleMatrix
Create a matrix filled with random elements uniformly distributed on the interval (0, 1)
rand(int) - Static method in class ej.numeric.FloatMatrix
Create a square matrix filled with random elements uniformly distributed ont the interval (0, 1)
rand(int, int) - Static method in class ej.numeric.FloatMatrix
Create a matrix filled with random elements uniformly distributed on the interval (0, 1)
randn(int) - Static method in class ej.numeric.ComplexDoubleMatrix
Create a square matrix filled with random elements normally distributed on the interval (0, 1)
randn(int, ComplexDouble, ComplexDouble, ComplexDouble, ComplexDouble) - Static method in class ej.numeric.ComplexDoubleMatrix
Create a square matrix filled with random elements normally distributed on the interval [minInterval, maxInterval]
randn(int, int) - Static method in class ej.numeric.ComplexDoubleMatrix
Create a matrix filled with random elements normally distributed on the interval (0, 1)
randn(int, int, ComplexDouble, ComplexDouble, ComplexDouble, ComplexDouble) - Static method in class ej.numeric.ComplexDoubleMatrix
Create a matrix filled with random elements normally distributed on the interval [minInterval, maxInterval]
randn(int) - Static method in class ej.numeric.ComplexFloatMatrix
Create a square matrix filled with random elements normally distributed on the interval (0, 1)
randn(int, ComplexFloat, ComplexFloat, ComplexFloat, ComplexFloat) - Static method in class ej.numeric.ComplexFloatMatrix
Create a square matrix filled with random elements normally distributed on the interval [minInterval, maxInterval]
randn(int, int) - Static method in class ej.numeric.ComplexFloatMatrix
Create a matrix filled with random elements normally distributed on the interval (0, 1)
randn(int, int, ComplexFloat, ComplexFloat, ComplexFloat, ComplexFloat) - Static method in class ej.numeric.ComplexFloatMatrix
Create a matrix filled with random elements normally distributed on the interval [minInterval, maxInterval]
randn(int) - Static method in class ej.numeric.DoubleMatrix
Create a square matrix filled with random elements normally distributed on the interval (0, 1)
randn(int, double, double) - Static method in class ej.numeric.DoubleMatrix
Create a square matrix filled with random elements normally distributed on the interval [minInterval, maxInterval]
randn(int, int) - Static method in class ej.numeric.DoubleMatrix
Create a matrix filled with random elements normally distributed on the interval (0, 1)
randn(int, int, double, double) - Static method in class ej.numeric.DoubleMatrix
Create a matrix filled with random elements normally distributed on the interval [minInterval, maxInterval]
randn(int) - Static method in class ej.numeric.FloatMatrix
Create a square matrix filled with random elements normally distributed on the interval (0, 1)
randn(int, float, float) - Static method in class ej.numeric.FloatMatrix
Create a square matrix filled with random elements normally distributed on the interval [minInterval, maxInterval]
randn(int, int) - Static method in class ej.numeric.FloatMatrix
Create a matrix filled with random elements normally distributed on the interval (0, 1)
randn(int, int, float, float) - Static method in class ej.numeric.FloatMatrix
Create a matrix filled with random elements normally distributed on the interval [minInterval, maxInterval]
Range - Interface in ej.numeric.range
 
repmat(ComplexDoubleMatrix, int, int) - Static method in class ej.numeric.ComplexDoubleMatrix
Create a matrix containing rows by columns replications of the given matrix
repmat(ComplexDouble, int, int) - Static method in class ej.numeric.ComplexDoubleMatrix
Create a matrix of dimensions rows by columns containing the given scalar
repmat(ComplexFloatMatrix, int, int) - Static method in class ej.numeric.ComplexFloatMatrix
Create a matrix containing rows by columns replications of the given matrix
repmat(ComplexFloat, int, int) - Static method in class ej.numeric.ComplexFloatMatrix
Create a matrix of dimensions rows by columns containing the given scalar
repmat(DoubleMatrix, int, int) - Static method in class ej.numeric.DoubleMatrix
Create a matrix containing rows by columns replications of the given matrix
repmat(double, int, int) - Static method in class ej.numeric.DoubleMatrix
Create a matrix of dimensions rows by columns containing the given scalar
repmat(FloatMatrix, int, int) - Static method in class ej.numeric.FloatMatrix
Create a matrix containing rows by columns replications of the given matrix
repmat(float, int, int) - Static method in class ej.numeric.FloatMatrix
Create a matrix of dimensions rows by columns containing the given scalar
resize(int, int) - Method in class ej.numeric.ComplexDoubleMatrix
Resize the matrix whith the given dimensions.
resize(int, int) - Method in class ej.numeric.ComplexFloatMatrix
Resize the matrix whith the given dimensions.
resize(int, int) - Method in class ej.numeric.DoubleMatrix
Resize the matrix whith the given dimensions.
resize(int, int) - Method in class ej.numeric.FloatMatrix
Resize the matrix whith the given dimensions.
resizei(int, int) - Method in class ej.numeric.ComplexDoubleMatrix
In-place resize the matrix whith the given dimensions.
resizei(int, int) - Method in class ej.numeric.ComplexFloatMatrix
In-place resize the matrix whith the given dimensions.
resizei(int, int) - Method in class ej.numeric.DoubleMatrix
In-place resize the matrix whith the given dimensions.
resizei(int, int) - Method in class ej.numeric.FloatMatrix
In-place resize the matrix whith the given dimensions.
A C D E F G H I L M N O P R S T V Z