Uses of Interface
dev.civl.sarl.ideal.IF.Monic
Packages that use Monic
Package
Description
The ideal module supports reasoning about numerical expressions using "ideal"
mathematical reals and integers.
-
Uses of Monic in dev.civl.sarl.ideal.IF
Subinterfaces of Monic 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.interfaceMethods in dev.civl.sarl.ideal.IF that return MonicModifier and TypeMethodDescriptionIdealFactory.monic(SymbolicType type, PrimitivePower[] factorSet) Returns a (possibly trivial) monic as specified.Monomial.monic(IdealFactory factory) Returns the monic factor of this monomial.Given aMonicreturns theMonicobtained by removing some of thePrimitivePowerfactors according to the givenmask.Monic.powerInt(IdealFactory factory, IntegerNumber exponent) Methods in dev.civl.sarl.ideal.IF that return types with arguments of type MonicModifier and TypeMethodDescriptionIdealFactory.monicComparator()TheComparatoronMonics.IdealFactory.polynomialFactory()What is the purpose of the polynomial factory.Methods in dev.civl.sarl.ideal.IF with parameters of type MonicModifier and TypeMethodDescriptionGiven aMonicreturns theMonicobtained by removing some of thePrimitivePowerfactors according to the givenmask.