Uses of Interface
org.oristool.math.expression.AtomicTerm
-
Uses of AtomicTerm in org.oristool.math.expression
Modifier and TypeClassDescriptionfinal class
An atomic term of the formexp(-lambda * x)
.final class
An atomic term of the formx^alpha
.Modifier and TypeMethodDescriptionAtomicTerm.duplicate()
Duplicates an atomic term.ExponentialTerm.duplicate()
MonomialTerm.duplicate()
Modifier and TypeMethodDescriptionExmonomial.getAtomicTerms()
Gets the variable atomic terms of the exmonomial.Modifier 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)