Uses of Interface
dev.civl.sarl.ideal.IF.PrimitivePower
Packages that use PrimitivePower
Package
Description
The ideal module supports reasoning about numerical expressions using "ideal"
mathematical reals and integers.
-
Uses of PrimitivePower in dev.civl.sarl.ideal.IF
Subinterfaces of PrimitivePower in dev.civl.sarl.ideal.IFModifier and TypeInterfaceDescriptioninterfaceA polynomial: an expression which is the sum of monomials.interfaceA numeric primitive expression, e.g., a symbolic constant of numeric type, an array read expression of numeric type, or a tuple read expression of numeric type.Fields in dev.civl.sarl.ideal.IF declared as PrimitivePowerModifier and TypeFieldDescriptionstatic final PrimitivePower[]IdealFactory.emptyPPListAn empty array (i.e., one of length 0) ofPrimitivePower.Methods in dev.civl.sarl.ideal.IF that return PrimitivePowerModifier and TypeMethodDescriptionMonic.monicFactors(IdealFactory factory) Returns the factors of this monic as a map fromPrimitivetoPrimitivePower.PrimitivePower.powerInt(IdealFactory factory, IntegerNumber exponent) IdealFactory.primitivePower(Primitive primitive, NumberObject exponent) Methods in dev.civl.sarl.ideal.IF that return types with arguments of type PrimitivePowerModifier and TypeMethodDescriptiondev.civl.sarl.util.KeySetFactory<Primitive, PrimitivePower> IdealFactory.monicFactory()Methods in dev.civl.sarl.ideal.IF with parameters of type PrimitivePowerModifier and TypeMethodDescriptionIdealFactory.monic(SymbolicType type, PrimitivePower[] factorSet) Returns a (possibly trivial) monic as specified.