Index

A B C D E F G H I L M N O P Q R S T V W Z 
All Classes|All Packages|Constant Field Values

R

randn() - Static method in class linalg.complex_number.CNumber
Generates a random real a where a is a normaly distributed psedorandom number with a mean of zero and standard deviation of one.
randn(boolean) - Static method in class linalg.complex_number.CNumber
Generates a random real or complex number a, or a+bi where a and b are normaly distributed psedorandom numbers with a mean of zero and standard deviation of one.
randn(int, int, boolean) - Static method in class linalg.Matrix
Generates a matrix of given size where all entries are normally distributed random values with mean of zero and a standard deviation of one.
randn(int, int, boolean) - Static method in class linalg.util.LinAlgArrayUtils
 
random() - Static method in class linalg.complex_number.CNumber
Generates a random real number.
random(double) - Static method in class linalg.complex_number.CNumber
Generates a random complex number with given magnitude.
random(double, double, boolean...) - Static method in class linalg.complex_number.CNumber
Generates a random number between min and max.
random(int, int) - Static method in class linalg.util.LinAlgArrayUtils
 
random(int, int, boolean...) - Static method in class linalg.Matrix
Constructs matrix of given size with random numbers between zero and one.
random(int, int, double) - Static method in class linalg.Matrix
Constructs matrix of given size with random complex numbers with given magnitude.
random(int, int, double) - Static method in class linalg.util.LinAlgArrayUtils
 
random(int, int, double, double, boolean...) - Static method in class linalg.Matrix
Constructs matrix of given size with random numbers between min and max.
random(int, int, double, double, boolean...) - Static method in class linalg.util.LinAlgArrayUtils
 
random(String, boolean...) - Static method in class linalg.Matrix
Constructs matrix of given size with random numbers between zero and one.
random(String, double) - Static method in class linalg.Matrix
Constructs matrix of given size with random complex numbers with given magnitude.
random(String, double, double, boolean...) - Static method in class linalg.Matrix
Constructs matrix of given size with random numbers between min and max.
randomComplex(int, int) - Static method in class linalg.Matrix
Generates a random complex matrix with given shape.
randomComplex(int, int) - Static method in class linalg.util.LinAlgArrayUtils
 
randomOrthogonal(int) - Static method in class linalg.Matrix
Generates a random orthogonal matrix distributed with Haar measure.
randomUnitary(int) - Static method in class linalg.Matrix
Generates a random orthogonal matrix distributed with Haar measure.
rank() - Method in class linalg.Vector
The rank of a matrix A is the dimension of the vector space generated (or spanned) by its columns.
re - Variable in class linalg.complex_number.CNumber
re is real portion of complex number.
readcsv(String) - Static method in class linalg.util.FileManager
Loads matrix data from a file.
recep() - Method in class linalg.Vector
Creates a new matrix that contains the reciprocals of this matrix
ref() - Method in class linalg.Vector
Computes row-echelon form of matrix.
removeCol(int) - Method in class linalg.Vector
Removes specified single column from matrix.
removeCols(int...) - Method in class linalg.Vector
Removes specified columns from matrix.
removeRow(int) - Method in class linalg.Vector
Removes specified single row from matrix.
removeRows(int...) - Method in class linalg.Vector
Removes specified rows from matrix.
reshape(int, int) - Method in class linalg.Vector
 
reshape(String) - Method in class linalg.Vector
 
round(int) - Method in class linalg.Vector
Rounds all entries of a matrix.
round(CNumber, int) - Static method in class linalg.complex_number.CNumber
Rounds number to specified number of decimal places.
roundToZero(int) - Method in class linalg.Vector
Rounds values in this matrix within a specified number of decimals of zero to zero.
ROW_VECTOR - Static variable in class linalg.Vector
 
rowSpace() - Method in class linalg.Vector
Finds an orthonormal basis for the row space of this matrix.
rref() - Method in class linalg.Vector
Computes reduced row-echelon form of matrix.
rref(boolean) - Method in class linalg.Vector
Computes reduced row-echelon form of matrix.
rrefNoPivot() - Method in class linalg.Vector
Computes reduced row-echelon form of matrix.
A B C D E F G H I L M N O P Q R S T V W Z 
All Classes|All Packages|Constant Field Values