Uses of Interface
org.oristool.math.expression.AtomicTerm
Packages that use AtomicTerm
-
Uses of AtomicTerm in org.oristool.math.expression
Classes in org.oristool.math.expression that implement AtomicTermModifier and TypeClassDescriptionfinal classAn atomic term of the formexp(-lambda * x).final classAn atomic term of the formx^alpha.Methods in org.oristool.math.expression that return AtomicTermModifier and TypeMethodDescriptionAtomicTerm.duplicate()Duplicates an atomic term.ExponentialTerm.duplicate()MonomialTerm.duplicate()Methods in org.oristool.math.expression that return types with arguments of type AtomicTermModifier and TypeMethodDescriptionExmonomial.getAtomicTerms()Gets the variable atomic terms of the exmonomial.Methods in org.oristool.math.expression with parameters of type AtomicTermModifier and TypeMethodDescriptionvoidExmonomial.addAtomicTerm(AtomicTerm term) Adds a new atomic term to the product.voidAtomicTerm.multiply(AtomicTerm term) Multiplies with another term.voidExponentialTerm.multiply(AtomicTerm term) voidMonomialTerm.multiply(AtomicTerm term)