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 class
An atomic term of the formexp(-lambda * x)
.final class
An 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 TypeMethodDescriptionvoid
Exmonomial.addAtomicTerm
(AtomicTerm term) Adds a new atomic term to the product.void
AtomicTerm.multiply
(AtomicTerm term) Multiplies with another term.void
ExponentialTerm.multiply
(AtomicTerm term) void
MonomialTerm.multiply
(AtomicTerm term)