- 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
-
- 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
- isFunctionName(String) - Method in class org.ejml.equation.ManagerFunctions
-
Returns true if the string matches the name of a function
- 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
-
- 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(DenseMatrix64F) - 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.