- 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.Symbol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ejml.equation.VariableSpecial.Special
-
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.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.VariableSpecial.Special
-
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
-
- 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() - Constructor for class org.ejml.equation.VariableScalar
-
- VariableSpecial - Class in org.ejml.equation
-
Variables which have special meanings depending on other matrices
- VariableSpecial(VariableSpecial.Special) - Constructor for class org.ejml.equation.VariableSpecial
-
- VariableSpecial.Special - Enum in org.ejml.equation
-
- VariableType - Enum in org.ejml.equation
-
List of the types of variables.