Uses of Class
edu.jas.ufd.SquarefreeAbstract
Packages that use SquarefreeAbstract
Package
Description
Groebner base application package.
Groebner bases using unique factorization package.
Elementary Integration package.
Unique factorization domain package.
-
Uses of SquarefreeAbstract in edu.jas.application
Fields in edu.jas.application declared as SquarefreeAbstractModifier and TypeFieldDescriptionprotected final SquarefreeAbstract<C> ComprehensiveGroebnerBaseSeq.engineSquarefree for coefficient content and primitive parts.protected final SquarefreeAbstract<C> Ideal.engineSquarefree decomposition engine. -
Uses of SquarefreeAbstract in edu.jas.gbufd
Fields in edu.jas.gbufd declared as SquarefreeAbstractModifier and TypeFieldDescriptionprotected final SquarefreeAbstract<C> MultiplicativeSetSquarefree.engineSquarefree decomposition engine.Constructors in edu.jas.gbufd with parameters of type SquarefreeAbstractModifierConstructorDescriptionprotectedMultiplicativeSetSquarefree(GenPolynomialRing<C> ring, List<GenPolynomial<C>> ms, SquarefreeAbstract<C> eng) MultiplicativeSet constructor. -
Uses of SquarefreeAbstract in edu.jas.integrate
Fields in edu.jas.integrate declared as SquarefreeAbstractModifier and TypeFieldDescriptionfinal SquarefreeAbstract<C> ElementaryIntegration.sqfEngine for squarefree decomposition. -
Uses of SquarefreeAbstract in edu.jas.ufd
Subclasses of SquarefreeAbstract in edu.jas.ufdModifier and TypeClassDescriptionclassSquarefreeFieldChar0<C extends GcdRingElem<C>>Squarefree decomposition for coefficient fields of characteristic 0.classSquarefreeFieldChar0Yun<C extends GcdRingElem<C>>Squarefree decomposition for coefficient fields of characteristic 0, algorithm of Yun.classSquarefreeFieldCharP<C extends GcdRingElem<C>>Squarefree decomposition for coefficient fields of characteristic p.classSquarefreeFiniteFieldCharP<C extends GcdRingElem<C>>Squarefree decomposition for finite coefficient fields of characteristic p.classSquarefreeInfiniteAlgebraicFieldCharP<C extends GcdRingElem<C>>Squarefree decomposition for algebraic extensions of infinite coefficient fields of characteristic p > 0.classSquarefreeInfiniteFieldCharP<C extends GcdRingElem<C>>Squarefree decomposition for infinite coefficient fields of characteristic p.classSquarefreeRingChar0<C extends GcdRingElem<C>>Squarefree decomposition for coefficient rings of characteristic 0.Fields in edu.jas.ufd declared as SquarefreeAbstractModifier and TypeFieldDescriptionprotected final SquarefreeAbstract<C> SquarefreeInfiniteAlgebraicFieldCharP.aengineSquarefree engine for infinite ring of characteristic p base coefficients.protected final SquarefreeAbstract<C> SquarefreeInfiniteFieldCharP.qengineSquarefree engine for infinite ring of characteristic p base coefficients.protected final SquarefreeAbstract<C> FactorAbstract.sengineSquarefree decompositon engine for base coefficients.Methods in edu.jas.ufd that return SquarefreeAbstractModifier and TypeMethodDescriptionstatic SquarefreeAbstract<BigInteger> SquarefreeFactory.getImplementation(BigInteger fac) Determine suitable implementation of squarefree factorization algorithm, case BigInteger.static SquarefreeAbstract<BigRational> SquarefreeFactory.getImplementation(BigRational fac) Determine suitable implementation of squarefree factorization algorithms, case BigRational.static SquarefreeAbstract<ModInteger> SquarefreeFactory.getImplementation(ModIntegerRing fac) Determine suitable implementation of factorization algorithm, case ModInteger.static SquarefreeAbstract<ModInt> SquarefreeFactory.getImplementation(ModIntRing fac) Determine suitable implementation of factorization algorithm, case ModInt.static SquarefreeAbstract<ModLong> SquarefreeFactory.getImplementation(ModLongRing fac) Determine suitable implementation of factorization algorithm, case ModLong.static <C extends GcdRingElem<C>>
SquarefreeAbstract<AlgebraicNumber<C>> SquarefreeFactory.getImplementation(AlgebraicNumberRing<C> fac) Determine suitable implementation of squarefree factorization algorithms, case AlgebraicNumber<C>.static <C extends GcdRingElem<C>>
SquarefreeAbstract<C> SquarefreeFactory.getImplementation(GenPolynomialRing<C> fac) Determine suitable implementation of squarefree factorization algorithms, case GenPolynomial<C>.static <C extends GcdRingElem<C>>
SquarefreeAbstract<C> SquarefreeFactory.getImplementation(RingFactory<C> fac) Determine suitable implementation of squarefree factorization algorithms, other cases.static <C extends GcdRingElem<C>>
SquarefreeAbstract<Quotient<C>> SquarefreeFactory.getImplementation(QuotientRing<C> fac) Determine suitable implementation of squarefree factorization algorithms, case Quotient<C>.protected static <C extends GcdRingElem<C>>
SquarefreeAbstract<C> SquarefreeFactory.getImplementationPoly(GenPolynomialRing<C> fac)