Uses of Interface
dev.civl.sarl.ideal.IF.Primitive
Packages that use Primitive
Package
Description
The ideal module supports reasoning about numerical expressions using "ideal"
mathematical reals and integers.
-
Uses of Primitive in dev.civl.sarl.ideal.IF
Subinterfaces of Primitive in dev.civl.sarl.ideal.IFModifier and TypeInterfaceDescriptioninterfaceA polynomial: an expression which is the sum of monomials.Methods in dev.civl.sarl.ideal.IF that return PrimitiveModifier and TypeMethodDescriptionPrimitivePower.primitive(IdealFactory factory) Returns thePrimitivewhich is the base in this primitive power expression.Methods in dev.civl.sarl.ideal.IF that return types with arguments of type PrimitiveModifier and TypeMethodDescriptionMonomial.getTruePrimitives()dev.civl.sarl.util.KeySetFactory<Primitive, PrimitivePower> IdealFactory.monicFactory()Methods in dev.civl.sarl.ideal.IF with parameters of type PrimitiveModifier and TypeMethodDescriptionMonomial.maxDegreeOf(NumberFactory factory, Primitive primitive) Computes the maximum degree to whichprimitiveoccurs in thisMonomial.IdealFactory.primitivePower(Primitive primitive, NumberObject exponent)