Uses of Class
org.ejml.equation.Operation.Info
Packages that use Operation.Info
-
Uses of Operation.Info in org.ejml.equation
Methods in org.ejml.equation that return Operation.InfoModifier 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) Create a new instance of a single input function from an operator characterCreate a new instance of single input functionsCreate 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) 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) 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.matrixConstructor(MatrixConstructor m) 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 zeros