Uses of Class
org.ejml.equation.ManagerTempVariables
Packages that use ManagerTempVariables
-
Uses of ManagerTempVariables in org.ejml.equation
Fields in org.ejml.equation declared as ManagerTempVariablesMethods in org.ejml.equation that return ManagerTempVariablesMethods in org.ejml.equation with parameters of type ManagerTempVariablesModifier and TypeMethodDescriptionstatic Operation.InfoOperation.abs(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.add(Variable A, Variable B, ManagerTempVariables manager) static Operation.InfoOperation.atan(Variable A, ManagerTempVariables manager) static Operation.InfoOperation.atan2(Variable A, Variable B, ManagerTempVariables manager) static Operation.InfoOperation.cos(Variable A, ManagerTempVariables manager) ManagerFunctions.Input1.create(Variable A, ManagerTempVariables manager) ManagerFunctions.InputN.create(List<Variable> inputs, 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.extract(List<Variable> inputs, ManagerTempVariables manager) static Operation.InfoOperation.extractScalar(List<Variable> inputs, ManagerTempVariables manager) protected org.ejml.equation.TokenListEquation.extractTokens(String equation, ManagerTempVariables managerTemp) Parses the text string to extract tokens.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) voidManagerFunctions.setManagerTemp(ManagerTempVariables managerTemp) 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 zerosConstructors in org.ejml.equation with parameters of type ManagerTempVariables