Uses of Class
org.ejml.equation.Variable
Packages that use Variable
-
Uses of Variable in org.ejml.equation
Subclasses of Variable in org.ejml.equationModifier and TypeClassDescriptionclassVariable which stores an instance of double.classVariable which stores an instance of int.classVariable which stores/describes a sequence of integersclassStorage formatrixtype variables.classVariable for storing primitive scalar data types, e.g.Fields in org.ejml.equation declared as VariableMethods in org.ejml.equation with type parameters of type VariableModifier and TypeMethodDescription<T extends Variable>
TEquation.lookupVariable(String token) Looks up a variable given its name.Methods in org.ejml.equation with parameters of type VariableModifier and TypeMethodDescriptionstatic Operation.InfoOperation.abs(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.add(Variable A, Variable B, ManagerTempVariables manager) voidstatic Operation.InfoOperation.atan(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.atan2(Variable A, Variable B, ManagerTempVariables manager) static Operationstatic Operationstatic Operation.InfoOperation.cos(Variable A, ManagerTempVariables manager) Create a new instance of a single input function from an operator characterCreate a new instance of single input functionsCreate a new instance of a two input function from an operator characterManagerFunctions.Input1.create(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.det(Variable A, ManagerTempVariables manager) Matrix determinantstatic Operation.InfoOperation.diag(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.divide(Variable A, Variable B, ManagerTempVariables manager) static Operation.InfoOperation.dot(Variable A, Variable B, ManagerTempVariables manager) If input is two vectors then it returns the dot product as a double.static Operation.InfoOperation.elementDivision(Variable A, Variable B, ManagerTempVariables manager) static Operation.InfoOperation.elementMult(Variable A, Variable B, ManagerTempVariables manager) static Operation.InfoOperation.elementPow(Variable A, Variable B, ManagerTempVariables manager) static Operation.InfoOperation.exp(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.eye(Variable A, ManagerTempVariables manager) Returns an identity matrixstatic Operation.InfoOperation.inv(Variable A, ManagerTempVariables manager) Matrix inversestatic Operation.InfoOperation.kron(Variable A, Variable B, ManagerTempVariables manager) Kronecker productstatic Operation.InfoOperation.log(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.max(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.max_two(Variable A, Variable P, ManagerTempVariables manager) static Operation.InfoOperation.min(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.min_two(Variable A, Variable P, ManagerTempVariables manager) static Operation.InfoOperation.multiply(Variable A, Variable B, ManagerTempVariables manager) static Operation.InfoOperation.neg(Variable A, ManagerTempVariables manager) Returns the negative of the input variablestatic Operation.InfoOperation.normF(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.normP(Variable A, Variable P, ManagerTempVariables manager) static Operation.InfoOperation.ones(Variable A, Variable B, ManagerTempVariables manager) Returns a matrix full of onesstatic Operation.InfoOperation.pinv(Variable A, ManagerTempVariables manager) Matrix pseudo-inversestatic Operation.InfoOperation.pow(Variable A, Variable B, ManagerTempVariables manager) static Operation.InfoOperation.rand(Variable A, Variable B, ManagerTempVariables manager) Uniformly random numbersstatic Operation.InfoOperation.randn(Variable A, Variable B, ManagerTempVariables manager) Normal distrbution numbersstatic Operation.InfoOperation.rng(Variable A, ManagerTempVariables manager) Sets the seed for random number generatorstatic Operation.InfoOperation.rref(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.sin(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.solve(Variable A, Variable B, ManagerTempVariables manager) If input is two vectors then it returns the dot product as a double.static Operation.InfoOperation.sqrt(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.subtract(Variable A, Variable B, ManagerTempVariables manager) static Operation.InfoOperation.sum_one(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.sum_two(Variable A, Variable P, ManagerTempVariables manager) static Operation.InfoOperation.trace(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.transpose(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.zeros(Variable A, Variable B, ManagerTempVariables manager) Returns a matrix full of zerosMethod parameters in org.ejml.equation with type arguments of type VariableModifier and TypeMethodDescriptionstatic OperationCreate a new instance of single input functionsManagerFunctions.InputN.create(List<Variable> inputs, ManagerTempVariables manager) static Operation.InfoOperation.extract(List<Variable> inputs, ManagerTempVariables manager) static Operation.InfoOperation.extractScalar(List<Variable> inputs, ManagerTempVariables manager)