- changeSign(CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- changeSign(DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- changeSign(FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- changeSign(DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- changeSign(ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- changeSign(T) - Method in interface org.ejml.simple.SimpleOperations
-
- cols(int, int) - Method in class org.ejml.simple.SimpleBase
-
Extracts the specified rows from the matrix.
- combine(int, int, T) - Method in class org.ejml.simple.SimpleBase
-
Creates a new matrix that is a combination of this matrix and matrix B.
- Combined(TokenList.Token, TokenList.Token) - Constructor for class org.ejml.equation.IntegerSequence.Combined
-
- compile(String) - Method in class org.ejml.equation.Equation
-
- compile(String, boolean, boolean) - Method in class org.ejml.equation.Equation
-
Parses the equation and compiles it into a sequence which can be executed later on
- concatColumns(SimpleBase...) - Method in class org.ejml.simple.SimpleBase
-
Concatinates all the matrices together along their columns.
- concatRows(SimpleBase...) - Method in class org.ejml.simple.SimpleBase
-
Concatinates all the matrices together along their columns.
- conditionP2(CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- conditionP2(DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- conditionP2(FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- conditionP2(DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- conditionP2(ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- conditionP2() - Method in class org.ejml.simple.SimpleBase
-
The condition p = 2 number of a matrix is used to measure the sensitivity of the linear
system Ax=b.
- conditionP2(T) - Method in interface org.ejml.simple.SimpleOperations
-
- construct() - Method in class org.ejml.equation.MatrixConstructor
-
- convert(SimpleBase) - Method in class org.ejml.simple.AutomaticSimpleMatrixConvert
-
- convertSimple(DMatrixRBlock) - Static method in class org.ejml.simple.UtilSimpleMatrix
-
Converts the block matrix into a SimpleMatrix.
- ConvertToDenseException - Exception in org.ejml.simple
-
The operations will convert the sparse matrix into a dense matrix and the resulting matrix data type
should be a dense type not a sparse type
- ConvertToDenseException() - Constructor for exception org.ejml.simple.ConvertToDenseException
-
- convertType - Variable in class org.ejml.simple.SimpleBase
-
- copy(Variable, Variable) - Static method in class org.ejml.equation.Operation
-
- copy(Variable, Variable, List<Variable>) - Static method in class org.ejml.equation.Operation
-
- copy() - Method in class org.ejml.simple.SimpleBase
-
Creates and returns a matrix which is idential to this one.
- cos(Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
- create(String, Variable) - Method in class org.ejml.equation.ManagerFunctions
-
Create a new instance of single input functions
- create(String, List<Variable>) - Method in class org.ejml.equation.ManagerFunctions
-
Create a new instance of single input functions
- create(char, Variable) - Method in class org.ejml.equation.ManagerFunctions
-
Create a new instance of a single input function from an operator character
- create(Symbol, Variable, Variable) - Method in class org.ejml.equation.ManagerFunctions
-
Create a new instance of a two input function from an operator character
- create(Variable, ManagerTempVariables) - Method in interface org.ejml.equation.ManagerFunctions.Input1
-
- create(List<Variable>, ManagerTempVariables) - Method in interface org.ejml.equation.ManagerFunctions.InputN
-
- createDouble() - Method in class org.ejml.equation.ManagerTempVariables
-
- createDouble(double) - Method in class org.ejml.equation.ManagerTempVariables
-
- createFunction(TokenList.Token, List<TokenList.Token>, TokenList, Sequence) - Method in class org.ejml.equation.Equation
-
Adds a new operation to the list from the operation and two variables.
- createInteger() - Method in class org.ejml.equation.ManagerTempVariables
-
- createInteger(int) - Method in class org.ejml.equation.ManagerTempVariables
-
- createIntegerSequence(IntegerSequence) - Method in class org.ejml.equation.ManagerTempVariables
-
- createLike() - Method in class org.ejml.simple.SimpleBase
-
Creates a matrix that is the same type and shape
- createMatrix() - Method in class org.ejml.equation.ManagerTempVariables
-
- createMatrix(int, int, MatrixType) - Method in class org.ejml.simple.SimpleBase
-
Used internally for creating new instances of SimpleMatrix.
- createMatrix(int, int, MatrixType) - Method in class org.ejml.simple.SimpleMatrix
-
- createOp(TokenList.Token, TokenList.Token, TokenList.Token, TokenList, Sequence) - Method in class org.ejml.equation.Equation
-
Adds a new operation to the list from the operation and two variables.
- createOperation(HashMap<String, Macro>) - Method in class org.ejml.equation.Macro
-
- createTemp() - Static method in class org.ejml.equation.VariableMatrix
-
- eig() - Method in class org.ejml.simple.SimpleBase
-
Returns the Eigen Value Decomposition (EVD) of this matrix.
- elementDiv(CMatrixRMaj, CMatrixRMaj, CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- elementDiv(DMatrixRMaj, DMatrixRMaj, DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- elementDiv(FMatrixRMaj, FMatrixRMaj, FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- elementDiv(DMatrixSparseCSC, DMatrixSparseCSC, DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- elementDiv(ZMatrixRMaj, ZMatrixRMaj, ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- elementDiv(T) - Method in class org.ejml.simple.SimpleBase
-
Returns a matrix which is the result of an element by element division of 'this' and 'b':
ci,j = ai,j/bi,j
- elementDiv(T, T, T) - Method in interface org.ejml.simple.SimpleOperations
-
- elementDivision(Variable, Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
- elementExp(CMatrixRMaj, CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- elementExp(DMatrixRMaj, DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- elementExp(FMatrixRMaj, FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- elementExp(DMatrixSparseCSC, DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- elementExp(ZMatrixRMaj, ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- elementExp() - Method in class org.ejml.simple.SimpleBase
-
Returns a matrix which is the result of an element by element exp of 'this'
ci,j = Math.exp(ai,j)
- elementExp(T, T) - Method in interface org.ejml.simple.SimpleOperations
-
- elementLog(CMatrixRMaj, CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- elementLog(DMatrixRMaj, DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- elementLog(FMatrixRMaj, FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- elementLog(DMatrixSparseCSC, DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- elementLog(ZMatrixRMaj, ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- elementLog() - Method in class org.ejml.simple.SimpleBase
-
Returns a matrix which is the result of an element by element exp of 'this'
ci,j = Math.log(ai,j)
- elementLog(T, T) - Method in interface org.ejml.simple.SimpleOperations
-
- elementMaxAbs(CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- elementMaxAbs(DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- elementMaxAbs(FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- elementMaxAbs(DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- elementMaxAbs(ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- elementMaxAbs() - Method in class org.ejml.simple.SimpleBase
-
Returns the maximum absolute value of all the elements in this matrix.
- elementMaxAbs(T) - Method in interface org.ejml.simple.SimpleOperations
-
- elementMult(Variable, Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
- elementMult(CMatrixRMaj, CMatrixRMaj, CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- elementMult(DMatrixRMaj, DMatrixRMaj, DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- elementMult(FMatrixRMaj, FMatrixRMaj, FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- elementMult(DMatrixSparseCSC, DMatrixSparseCSC, DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- elementMult(ZMatrixRMaj, ZMatrixRMaj, ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- elementMult(T) - Method in class org.ejml.simple.SimpleBase
-
Returns a matrix which is the result of an element by element multiplication of 'this' and 'b':
ci,j = ai,j*bi,j
- elementMult(T, T, T) - Method in interface org.ejml.simple.SimpleOperations
-
- elementPow(Variable, Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
- elementPower(CMatrixRMaj, CMatrixRMaj, CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- elementPower(CMatrixRMaj, double, CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- elementPower(DMatrixRMaj, DMatrixRMaj, DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- elementPower(DMatrixRMaj, double, DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- elementPower(FMatrixRMaj, FMatrixRMaj, FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- elementPower(FMatrixRMaj, double, FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- elementPower(DMatrixSparseCSC, DMatrixSparseCSC, DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- elementPower(DMatrixSparseCSC, double, DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- elementPower(ZMatrixRMaj, ZMatrixRMaj, ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- elementPower(ZMatrixRMaj, double, ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- elementPower(T) - Method in class org.ejml.simple.SimpleBase
-
Returns a matrix which is the result of an element by element power of 'this' and 'b':
ci,j = ai,j ^ bi,j
- elementPower(double) - Method in class org.ejml.simple.SimpleBase
-
Returns a matrix which is the result of an element by element power of 'this' and 'b':
ci,j = ai,j ^ b
- elementPower(T, T, T) - Method in interface org.ejml.simple.SimpleOperations
-
- elementPower(T, double, T) - Method in interface org.ejml.simple.SimpleOperations
-
- elementSum(CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- elementSum(DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- elementSum(FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- elementSum(DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- elementSum(ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- elementSum() - Method in class org.ejml.simple.SimpleBase
-
Computes the sum of all the elements in the matrix.
- elementSum(T) - Method in interface org.ejml.simple.SimpleOperations
-
- END - Static variable in class org.ejml.simple.SimpleMatrix
-
A simplified way to reference the last row or column in the matrix for some functions.
- endRow() - Method in class org.ejml.equation.MatrixConstructor
-
- Equation - Class in org.ejml.equation
-
Equation allows the user to manipulate matrices in a more compact symbolic way, similar to Matlab and Octave.
- Equation() - Constructor for class org.ejml.equation.Equation
-
- equation(String, Object...) - Method in class org.ejml.simple.SimpleBase
-
Allows you to perform an equation in-place on this matrix by specifying the right hand side.
- Equation.TokenType - Enum in org.ejml.equation
-
- execute(List<TokenList.Token>) - Method in class org.ejml.equation.Macro
-
- exp(Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
- Explicit(TokenList.Token, TokenList.Token) - Constructor for class org.ejml.equation.IntegerSequence.Explicit
-
- Explicit(TokenList.Token) - Constructor for class org.ejml.equation.IntegerSequence.Explicit
-
- Extents() - Constructor for class org.ejml.equation.Operation.Extents
-
- extract(List<Variable>, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
- extract(CMatrixRMaj, int, int, int, int, CMatrixRMaj, int, int) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- extract(DMatrixRMaj, int, int, int, int, DMatrixRMaj, int, int) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- extract(FMatrixRMaj, int, int, int, int, FMatrixRMaj, int, int) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- extract(DMatrixSparseCSC, int, int, int, int, DMatrixSparseCSC, int, int) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- extract(ZMatrixRMaj, int, int, int, int, ZMatrixRMaj, int, int) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- extract(T, int, int, int, int, T, int, int) - Method in interface org.ejml.simple.SimpleOperations
-
- extractMatrix(int, int, int, int) - Method in class org.ejml.simple.SimpleBase
-
Creates a new SimpleMatrix which is a submatrix of this matrix.
- extractScalar(List<Variable>, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
- extractTokens(String, ManagerTempVariables) - Method in class org.ejml.equation.Equation
-
Parses the text string to extract tokens.
- extractVector(boolean, int) - Method in class org.ejml.simple.SimpleBase
-
Extracts a row or column from this matrix.
- eye(Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
Returns an identity matrix
- get(CMatrixRMaj, int, int) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- get(CMatrixRMaj, int, int, Complex_F64) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- get(DMatrixRMaj, int, int) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- get(DMatrixRMaj, int, int, Complex_F64) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- get(FMatrixRMaj, int, int) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- get(FMatrixRMaj, int, int, Complex_F64) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- get(DMatrixSparseCSC, int, int) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- get(DMatrixSparseCSC, int, int, Complex_F64) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- get(ZMatrixRMaj, int, int) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- get(ZMatrixRMaj, int, int, Complex_F64) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- get(int, int) - Method in class org.ejml.simple.SimpleBase
-
Returns the value of the specified matrix element.
- get(int) - Method in class org.ejml.simple.SimpleBase
-
Returns the value of the matrix at the specified index of the 1D row major array.
- get(int, int, Complex_F64) - Method in class org.ejml.simple.SimpleBase
-
Used to get the complex value of a matrix element.
- get(T, int, int) - Method in interface org.ejml.simple.SimpleOperations
-
- get(T, int, int, Complex_F64) - Method in interface org.ejml.simple.SimpleOperations
-
- getCDRM() - Method in class org.ejml.simple.SimpleBase
-
- getDDRM() - Method in class org.ejml.simple.SimpleBase
-
- getDouble() - Method in class org.ejml.equation.VariableDouble
-
- getDouble() - Method in class org.ejml.equation.VariableInteger
-
- getDouble() - Method in class org.ejml.equation.VariableScalar
-
- getDSCC() - Method in class org.ejml.simple.SimpleBase
-
- getEigenvalue(int) - Method in class org.ejml.simple.SimpleEVD
-
Returns an eigenvalue as a complex number.
- getEigenvalues() - Method in class org.ejml.simple.SimpleEVD
-
Returns a list of all the eigenvalues
- getEigenVector(int) - Method in class org.ejml.simple.SimpleEVD
-
Used to retrieve real valued eigenvectors.
- getEnd() - Method in class org.ejml.equation.IntegerSequence.For
-
- getEnd() - Method in class org.ejml.equation.IntegerSequence.Range
-
- getEVD() - Method in class org.ejml.simple.SimpleEVD
-
Returns the underlying decomposition that this is a wrapper around.
- getFDRM() - Method in class org.ejml.simple.SimpleBase
-
- getFSCC() - Method in class org.ejml.simple.SimpleBase
-
- getFunctions() - Method in class org.ejml.equation.Equation
-
Returns the functions manager
- getIndex(int, int) - Method in class org.ejml.simple.SimpleBase
-
Returns the index in the matrix's array.
- getIndexMax() - Method in class org.ejml.simple.SimpleEVD
-
Returns the index of the eigenvalue which has the largest magnitude.
- getIndexMin() - Method in class org.ejml.simple.SimpleEVD
-
Returns the index of the eigenvalue which has the smallest magnitude.
- getManagerTemp() - Method in class org.ejml.equation.ManagerFunctions
-
- getMatrix() - Method in class org.ejml.simple.SimpleBase
-
Returns a reference to the matrix that it uses internally.
- getName() - Method in class org.ejml.equation.Function
-
- getNumberOfEigenvalues() - Method in class org.ejml.simple.SimpleEVD
-
Returns the number of eigenvalues/eigenvectors.
- getNumElements() - Method in class org.ejml.simple.SimpleBase
-
Returns the number of elements in this matrix, which is equal to
the number of rows times the number of columns.
- getOutput() - Method in class org.ejml.equation.MatrixConstructor
-
- getRandom() - Method in class org.ejml.equation.ManagerTempVariables
-
- getScalarType() - Method in class org.ejml.equation.VariableScalar
-
- getSequence() - Method in class org.ejml.equation.IntegerSequence.Explicit
-
- getSingleValue(int) - Method in class org.ejml.simple.SimpleSVD
-
Returns the specified singular value.
- getSingularValues() - Method in class org.ejml.simple.SimpleSVD
-
Returns an array of all the singular values
- getStart() - Method in class org.ejml.equation.IntegerSequence.For
-
- getStart() - Method in class org.ejml.equation.IntegerSequence.Range
-
- getStep() - Method in class org.ejml.equation.IntegerSequence.For
-
- getStep() - Method in class org.ejml.equation.IntegerSequence.Range
-
- getSVD() - Method in class org.ejml.simple.SimpleSVD
-
Returns the underlying decomposition that this is a wrapper around.
- getType() - Method in class org.ejml.equation.IntegerSequence.Combined
-
- getType() - Method in class org.ejml.equation.IntegerSequence.Explicit
-
- getType() - Method in class org.ejml.equation.IntegerSequence.For
-
- getType() - Method in interface org.ejml.equation.IntegerSequence
-
- getType() - Method in class org.ejml.equation.IntegerSequence.Range
-
- getType() - Method in class org.ejml.equation.Variable
-
- getType() - Method in class org.ejml.simple.SimpleBase
-
Returns the type of matrix is is wrapping.
- getU() - Method in class org.ejml.simple.SimpleSVD
-
Returns the orthogonal 'U' matrix.
- getV() - Method in class org.ejml.simple.SimpleSVD
-
Returns the orthogonal 'V' matrix.
- getW() - Method in class org.ejml.simple.SimpleSVD
-
Returns a diagonal matrix with the singular values.
- getZDRM() - Method in class org.ejml.simple.SimpleBase
-
- identity(int) - Static method in class org.ejml.simple.SimpleMatrix
-
Creates a new identity matrix with the specified size.
- identity(int, Class) - Static method in class org.ejml.simple.SimpleMatrix
-
- Info() - Constructor for class org.ejml.equation.Operation.Info
-
- initialize(int) - Method in class org.ejml.equation.IntegerSequence.Combined
-
- initialize(int) - Method in class org.ejml.equation.IntegerSequence.Explicit
-
- initialize(int) - Method in class org.ejml.equation.IntegerSequence.For
-
- initialize(int) - Method in interface org.ejml.equation.IntegerSequence
-
Specifies the maximum index of the array.
- initialize(int) - Method in class org.ejml.equation.IntegerSequence.Range
-
- insertIntoThis(int, int, T) - Method in class org.ejml.simple.SimpleBase
-
Copy matrix B into this matrix at location (insertRow, insertCol).
- insertTranspose(TokenList.Token, TokenList, Sequence) - Method in class org.ejml.equation.Equation
-
Adds a new operation to the list from the operation and two variables.
- IntegerSequence - Interface in org.ejml.equation
-
Interface for an ordered sequence of integer values
- IntegerSequence.Combined - Class in org.ejml.equation
-
This is a sequence of sequences
- IntegerSequence.Explicit - Class in org.ejml.equation
-
An array of integers which was explicitly specified
- IntegerSequence.For - Class in org.ejml.equation
-
A sequence of integers which has been specified using a start number, end number, and step size.
- IntegerSequence.Range - Class in org.ejml.equation
-
A sequence of integers which has been specified using a start number, end number, and step size and uses
the known upper limit of the array to bound it
Examples:
:
2:
2:3:
- IntegerSequence.Type - Enum in org.ejml.equation
-
- inv(Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
Matrix inverse
- invert(CMatrixRMaj, CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- invert(DMatrixRMaj, DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- invert(FMatrixRMaj, FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- invert(DMatrixSparseCSC, DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- invert(ZMatrixRMaj, ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- invert() - Method in class org.ejml.simple.SimpleBase
-
Returns the inverse of this matrix.
b = a-1
- invert(T, T) - Method in interface org.ejml.simple.SimpleOperations
-
- isFunctionName(String) - Method in class org.ejml.equation.ManagerFunctions
-
Returns true if the string matches the name of a function
- isIdentical(CMatrixRMaj, CMatrixRMaj, double) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- isIdentical(DMatrixRMaj, DMatrixRMaj, double) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- isIdentical(FMatrixRMaj, FMatrixRMaj, double) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- isIdentical(DMatrixSparseCSC, DMatrixSparseCSC, double) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- isIdentical(ZMatrixRMaj, ZMatrixRMaj, double) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- isIdentical(T, double) - Method in class org.ejml.simple.SimpleBase
-
Checks to see if matrix 'a' is the same as this matrix within the specified
tolerance.
- isIdentical(T, T, double) - Method in interface org.ejml.simple.SimpleOperations
-
- isInBounds(int, int) - Method in class org.ejml.simple.SimpleBase
-
Returns true of the specified matrix element is valid element inside this matrix.
- isLetter(char) - Static method in class org.ejml.equation.Equation
-
Returns true if the character is a valid letter for use in a variable name
- isOperatorLR(Symbol) - Static method in class org.ejml.equation.Equation
-
Operators which affect the variables to its left and right
- isReserved(String) - Method in class org.ejml.equation.Equation
-
Returns true if the specified name is NOT allowed.
- isSymbol(char) - Static method in class org.ejml.equation.Equation
-
- isTargetOp(TokenList.Token, Symbol[]) - Static method in class org.ejml.equation.Equation
-
Checks to see if the token is in the list of allowed character operations.
- isTemp() - Method in class org.ejml.equation.VariableMatrix
-
- isVector() - Method in class org.ejml.simple.SimpleBase
-
Returns true if this matrix is a vector.
- iterator(boolean, int, int, int, int) - Method in class org.ejml.simple.SimpleBase
-
Creates a new iterator for traversing through a submatrix inside this matrix.
- parseBlockNoParentheses(TokenList, Sequence, boolean) - Method in class org.ejml.equation.Equation
-
Parses a code block with no parentheses and no commas.
- parseBracketCreateMatrix(TokenList, Sequence) - Method in class org.ejml.equation.Equation
-
Searches for brackets which are only used to construct new matrices by concatenating
1 or more matrices together
- parseCombineIntegerLists(TokenList) - Method in class org.ejml.equation.Equation
-
Looks for sequences of integer lists and combine them into one big sequence
- ParseError - Exception in org.ejml.equation
-
Exception generated for parse errors in
Equation
- ParseError(String) - Constructor for exception org.ejml.equation.ParseError
-
- parseIntegerLists(TokenList) - Method in class org.ejml.equation.Equation
-
Searches for a sequence of integers
example:
1 2 3 4 6 7 -3
- parseNegOp(TokenList, Sequence) - Method in class org.ejml.equation.Equation
-
Searches for cases where a minus sign means negative operator.
- parseOperationsL(TokenList, Sequence) - Method in class org.ejml.equation.Equation
-
Parses operations where the input comes from variables to its left only.
- parseOperationsLR(Symbol[], TokenList, Sequence) - Method in class org.ejml.equation.Equation
-
Parses operations where the input comes from variables to its left and right
- parseParameterCommaBlock(TokenList, Sequence) - Method in class org.ejml.equation.Equation
-
Searches for commas in the set of tokens.
- parseSequencesWithColons(TokenList, Sequence) - Method in class org.ejml.equation.Equation
-
Searches for descriptions of integer sequences and array ranges that have a colon character in them
Examples of integer sequences:
1:6
2:4:20
:
Examples of array range
2:
2:4:
- parseSubmatrixToExtract(TokenList.Token, TokenList, Sequence) - Method in class org.ejml.equation.Equation
-
Converts a submatrix into an extract matrix operation.
- perform() - Method in class org.ejml.equation.Sequence
-
Executes the sequence of operations
- pinv(Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
Matrix pseudo-inverse
- plus(CMatrixRMaj, CMatrixRMaj, CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- plus(CMatrixRMaj, double, CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- plus(CMatrixRMaj, double, CMatrixRMaj, CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- plus(DMatrixRMaj, DMatrixRMaj, DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- plus(DMatrixRMaj, double, DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- plus(DMatrixRMaj, double, DMatrixRMaj, DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- plus(FMatrixRMaj, FMatrixRMaj, FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- plus(FMatrixRMaj, double, FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- plus(FMatrixRMaj, double, FMatrixRMaj, FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- plus(DMatrixSparseCSC, DMatrixSparseCSC, DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- plus(DMatrixSparseCSC, double, DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- plus(DMatrixSparseCSC, double, DMatrixSparseCSC, DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- plus(ZMatrixRMaj, ZMatrixRMaj, ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- plus(ZMatrixRMaj, double, ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- plus(ZMatrixRMaj, double, ZMatrixRMaj, ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- plus(T) - Method in class org.ejml.simple.SimpleBase
-
Returns the result of matrix addition:
c = a + b
where c is the returned matrix, a is this matrix, and b is the passed in matrix.
- plus(double) - Method in class org.ejml.simple.SimpleBase
-
Returns the result of scalar addition:
c = a + b
where c is the returned matrix, a is this matrix, and b is the passed in double.
- plus(double, T) - Method in class org.ejml.simple.SimpleBase
-
Performs a matrix addition and scale operation.
c = a + β*b
where c is the returned matrix, a is this matrix, and b is the passed in matrix.
- plus(T, T, T) - Method in interface org.ejml.simple.SimpleOperations
-
- plus(T, double, T) - Method in interface org.ejml.simple.SimpleOperations
-
- plus(T, double, T, T) - Method in interface org.ejml.simple.SimpleOperations
-
- pow(Variable, Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
- print(String) - Method in class org.ejml.equation.Equation
-
Prints the results of the equation to standard out.
- print(PrintStream, Matrix) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- print(PrintStream, Matrix) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- print(PrintStream, Matrix) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- print(PrintStream, Matrix) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- print(PrintStream, Matrix) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- print() - Method in class org.ejml.simple.SimpleBase
-
Prints the matrix to standard out.
- print(int, int) - Method in class org.ejml.simple.SimpleBase
-
Prints the matrix to standard out with the specified precision.
- print(String) - Method in class org.ejml.simple.SimpleBase
-
Prints the matrix to standard out given a PrintStream.printf(java.lang.String, java.lang.Object...)
style floating point format,
e.g.
- print(PrintStream, Matrix) - Method in interface org.ejml.simple.SimpleOperations
-
- printDimensions() - Method in class org.ejml.simple.SimpleBase
-
Prints the number of rows and column in this matrix.
- process(String) - Method in class org.ejml.equation.Equation
-
Compiles and performs the provided equation.
- process(String, boolean) - Method in class org.ejml.equation.Equation
-
Compiles and performs the provided equation.
- process() - Method in class org.ejml.equation.Macro.Assign
-
- process() - Method in class org.ejml.equation.Operation
-
- pseudoInverse(CMatrixRMaj, CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- pseudoInverse(DMatrixRMaj, DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- pseudoInverse(FMatrixRMaj, FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- pseudoInverse(DMatrixSparseCSC, DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- pseudoInverse(ZMatrixRMaj, ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- pseudoInverse() - Method in class org.ejml.simple.SimpleBase
-
Computes the Moore-Penrose pseudo-inverse
- pseudoInverse(T, T) - Method in interface org.ejml.simple.SimpleOperations
-
- saveToFileBinary(String) - Method in class org.ejml.simple.SimpleBase
-
Saves this matrix to a file as a serialized binary object.
- saveToFileCSV(String) - Method in class org.ejml.simple.SimpleBase
-
Saves this matrix to a file in a CSV format.
- scale(CMatrixRMaj, double, CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- scale(DMatrixRMaj, double, DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- scale(FMatrixRMaj, double, FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- scale(DMatrixSparseCSC, double, DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- scale(ZMatrixRMaj, double, ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- scale(double) - Method in class org.ejml.simple.SimpleBase
-
Returns the result of scaling each element by 'val':
bi,j = val*ai,j
- scale(T, double, T) - Method in interface org.ejml.simple.SimpleOperations
-
- Sequence - Class in org.ejml.equation
-
Contains a sequence of operations.
- Sequence() - Constructor for class org.ejml.equation.Sequence
-
- set(CMatrixRMaj, int, int, double) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- set(CMatrixRMaj, int, int, double, double) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- set(CMatrixRMaj, double) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- set(DMatrixRMaj, int, int, double) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- set(DMatrixRMaj, int, int, double, double) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- set(DMatrixRMaj, double) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- set(FMatrixRMaj, int, int, double) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- set(FMatrixRMaj, int, int, double, double) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- set(FMatrixRMaj, double) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- set(DMatrixSparseCSC, int, int, double) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- set(DMatrixSparseCSC, int, int, double, double) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- set(DMatrixSparseCSC, double) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- set(ZMatrixRMaj, int, int, double) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- set(ZMatrixRMaj, int, int, double, double) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- set(ZMatrixRMaj, double) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- set(T) - Method in class org.ejml.simple.SimpleBase
-
Sets the elements in this matrix to be equal to the elements in the passed in matrix.
- set(int, int, double) - Method in class org.ejml.simple.SimpleBase
-
Assigns the element in the Matrix to the specified value.
- set(int, double) - Method in class org.ejml.simple.SimpleBase
-
Assigns an element a value based on its index in the internal array..
- set(int, int, double, double) - Method in class org.ejml.simple.SimpleBase
-
Used to set the complex value of a matrix element.
- set(T, int, int, double) - Method in interface org.ejml.simple.SimpleOperations
-
- set(T, int, int, double, double) - Method in interface org.ejml.simple.SimpleOperations
-
- set(T, double) - Method in interface org.ejml.simple.SimpleOperations
-
- setColumn(CMatrixRMaj, int, int, double...) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- setColumn(DMatrixRMaj, int, int, double...) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- setColumn(FMatrixRMaj, int, int, double...) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- setColumn(DMatrixSparseCSC, int, int, double...) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- setColumn(ZMatrixRMaj, int, int, double...) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- setColumn(int, int, double...) - Method in class org.ejml.simple.SimpleBase
-
Assigns consecutive elements inside a column to the provided array.
A(offset:(offset + values.length),column) = values
- setColumn(T, int, int, double...) - Method in interface org.ejml.simple.SimpleOperations
-
- setIdentity(CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- setIdentity(DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- setIdentity(FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- setIdentity(DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- setIdentity(ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- setIdentity(T) - Method in interface org.ejml.simple.SimpleOperations
-
- setLength(int) - Method in class org.ejml.equation.Operation.ArrayExtent
-
- setManagerTemp(ManagerTempVariables) - Method in class org.ejml.equation.ManagerFunctions
-
- setMatrix(Matrix) - Method in class org.ejml.simple.SimpleBase
-
- setRow(CMatrixRMaj, int, int, double...) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- setRow(DMatrixRMaj, int, int, double...) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- setRow(FMatrixRMaj, int, int, double...) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- setRow(DMatrixSparseCSC, int, int, double...) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- setRow(ZMatrixRMaj, int, int, double...) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- setRow(int, int, double...) - Method in class org.ejml.simple.SimpleBase
-
Assigns consecutive elements inside a row to the provided array.
A(row,offset:(offset + values.length)) = values
- setRow(T, int, int, double...) - Method in interface org.ejml.simple.SimpleOperations
-
- setSeed(long) - Method in class org.ejml.equation.Equation
-
Specifies the seed used in random number generators
- setSeed() - Method in class org.ejml.equation.Equation
-
Sets the random seed using a seed based on the current time
- setTemp(boolean) - Method in class org.ejml.equation.VariableMatrix
-
- setToRequiredSize(DMatrixRMaj) - Method in class org.ejml.equation.MatrixConstructor
-
- SimpleBase<T extends SimpleBase<T>> - Class in org.ejml.simple
-
Parent of
SimpleMatrix
implements all the standard matrix operations and uses
generics to allow the returned matrix type to be changed.
- SimpleBase(int, int) - Constructor for class org.ejml.simple.SimpleBase
-
- SimpleBase() - Constructor for class org.ejml.simple.SimpleBase
-
- SimpleEVD<T extends SimpleBase> - Class in org.ejml.simple
-
Wrapper around EigenDecomposition for SimpleMatrix
- SimpleEVD(Matrix) - Constructor for class org.ejml.simple.SimpleEVD
-
- SimpleMatrix - Class in org.ejml.simple
-
SimpleMatrix
is a wrapper around
DMatrixRMaj
that provides an
easy to use object oriented interface for performing matrix operations.
- SimpleMatrix(int, int, boolean, double[]) - Constructor for class org.ejml.simple.SimpleMatrix
-
Creates a new matrix which has the same value as the matrix encoded in the
provided array.
- SimpleMatrix(int, int, boolean, float[]) - Constructor for class org.ejml.simple.SimpleMatrix
-
- SimpleMatrix(double[][]) - Constructor for class org.ejml.simple.SimpleMatrix
-
Creates a matrix with the values and shape defined by the 2D array 'data'.
- SimpleMatrix(float[][]) - Constructor for class org.ejml.simple.SimpleMatrix
-
- SimpleMatrix(int, int) - Constructor for class org.ejml.simple.SimpleMatrix
-
Creates a new matrix that is initially set to zero with the specified dimensions.
- SimpleMatrix(int, int, Class) - Constructor for class org.ejml.simple.SimpleMatrix
-
- SimpleMatrix(int, int, MatrixType) - Constructor for class org.ejml.simple.SimpleMatrix
-
Create a simple matrix of the specified type
- SimpleMatrix(SimpleMatrix) - Constructor for class org.ejml.simple.SimpleMatrix
-
Creats a new SimpleMatrix which is identical to the original.
- SimpleMatrix(Matrix) - Constructor for class org.ejml.simple.SimpleMatrix
-
Creates a new SimpleMatrix which is a copy of the Matrix.
- SimpleMatrix() - Constructor for class org.ejml.simple.SimpleMatrix
-
Constructor for internal library use only.
- SimpleOperations<T extends org.ejml.data.Matrix> - Interface in org.ejml.simple
-
High level interface for operations inside of SimpleMatrix for one matrix type.
- SimpleOperations_CDRM - Class in org.ejml.simple.ops
-
- SimpleOperations_CDRM() - Constructor for class org.ejml.simple.ops.SimpleOperations_CDRM
-
- SimpleOperations_DDRM - Class in org.ejml.simple.ops
-
- SimpleOperations_DDRM() - Constructor for class org.ejml.simple.ops.SimpleOperations_DDRM
-
- SimpleOperations_FDRM - Class in org.ejml.simple.ops
-
- SimpleOperations_FDRM() - Constructor for class org.ejml.simple.ops.SimpleOperations_FDRM
-
- SimpleOperations_SPARSE - Class in org.ejml.simple.ops
-
- SimpleOperations_SPARSE() - Constructor for class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- SimpleOperations_ZDRM - Class in org.ejml.simple.ops
-
- SimpleOperations_ZDRM() - Constructor for class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- SimpleSVD<T extends SimpleBase> - Class in org.ejml.simple
-
Wrapper around SVD for simple matrix.
- SimpleSVD(Matrix, boolean) - Constructor for class org.ejml.simple.SimpleSVD
-
- sin(Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
- solve(Variable, Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
If input is two vectors then it returns the dot product as a double.
- solve(CMatrixRMaj, CMatrixRMaj, CMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_CDRM
-
- solve(DMatrixRMaj, DMatrixRMaj, DMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_DDRM
-
- solve(FMatrixRMaj, FMatrixRMaj, FMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_FDRM
-
- solve(DMatrixSparseCSC, DMatrixSparseCSC, DMatrixSparseCSC) - Method in class org.ejml.simple.ops.SimpleOperations_SPARSE
-
- solve(ZMatrixRMaj, ZMatrixRMaj, ZMatrixRMaj) - Method in class org.ejml.simple.ops.SimpleOperations_ZDRM
-
- solve(T) - Method in class org.ejml.simple.SimpleBase
-
Solves for X in the following equation:
x = a-1b
where 'a' is this matrix and 'b' is an n by p matrix.
- solve(T, T, T) - Method in interface org.ejml.simple.SimpleOperations
-
- specify(SimpleBase...) - Method in class org.ejml.simple.AutomaticSimpleMatrixConvert
-
- specify0(SimpleBase, SimpleBase...) - Method in class org.ejml.simple.AutomaticSimpleMatrixConvert
-
- sqrt(Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
- subtract(Variable, Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
- sum_one(Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
- sum_two(Variable, Variable, ManagerTempVariables) - Static method in class org.ejml.equation.Operation
-
- svd() - Method in class org.ejml.simple.SimpleBase
-
Computes a full Singular Value Decomposition (SVD) of this matrix with the
eigenvalues ordered from largest to smallest.
- svd(boolean) - Method in class org.ejml.simple.SimpleBase
-
Computes the SVD in either compact format or full format.
- Symbol - Enum in org.ejml.equation
-
Types of low level operators which can be applied in the code
- value - Variable in class org.ejml.equation.VariableDouble
-
- value - Variable in class org.ejml.equation.VariableInteger
-
- valueOf(String) - Static method in enum org.ejml.equation.Equation.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ejml.equation.IntegerSequence.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ejml.equation.Symbol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ejml.equation.VariableScalar.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ejml.equation.VariableType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.ejml.equation.Equation.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ejml.equation.IntegerSequence.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ejml.equation.Symbol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ejml.equation.VariableScalar.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ejml.equation.VariableType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Variable - Class in org.ejml.equation
-
Instance of a variable created at compile time.
- Variable(VariableType) - Constructor for class org.ejml.equation.Variable
-
- VariableDouble - Class in org.ejml.equation
-
Variable which stores an instance of double.
- VariableDouble(double) - Constructor for class org.ejml.equation.VariableDouble
-
- VariableInteger - Class in org.ejml.equation
-
Variable which stores an instance of int.
- VariableInteger(int) - Constructor for class org.ejml.equation.VariableInteger
-
- VariableIntegerSequence - Class in org.ejml.equation
-
Variable which stores/describes a sequence of integers
- VariableIntegerSequence(IntegerSequence) - Constructor for class org.ejml.equation.VariableIntegerSequence
-
- VariableMatrix - Class in org.ejml.equation
-
Storage for matrix
type variables.
- VariableMatrix(DMatrixRMaj) - Constructor for class org.ejml.equation.VariableMatrix
-
Initializes the matrix variable.
- VariableScalar - Class in org.ejml.equation
-
Variable for storing primitive scalar data types, e.g.
- VariableScalar(VariableScalar.Type) - Constructor for class org.ejml.equation.VariableScalar
-
- VariableScalar.Type - Enum in org.ejml.equation
-
- VariableType - Enum in org.ejml.equation
-
List of the types of variables.