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.engine
Squarefree for coefficient content and primitive parts.protected final SquarefreeAbstract
<C> Ideal.engine
Squarefree decomposition engine. -
Uses of SquarefreeAbstract in edu.jas.gbufd
Fields in edu.jas.gbufd declared as SquarefreeAbstractModifier and TypeFieldDescriptionprotected final SquarefreeAbstract
<C> MultiplicativeSetSquarefree.engine
Squarefree decomposition engine.Constructors in edu.jas.gbufd with parameters of type SquarefreeAbstractModifierConstructorDescriptionprotected
MultiplicativeSetSquarefree
(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.sqf
Engine for squarefree decomposition. -
Uses of SquarefreeAbstract in edu.jas.ufd
Subclasses of SquarefreeAbstract in edu.jas.ufdModifier and TypeClassDescriptionclass
SquarefreeFieldChar0<C extends GcdRingElem<C>>
Squarefree decomposition for coefficient fields of characteristic 0.class
SquarefreeFieldChar0Yun<C extends GcdRingElem<C>>
Squarefree decomposition for coefficient fields of characteristic 0, algorithm of Yun.class
SquarefreeFieldCharP<C extends GcdRingElem<C>>
Squarefree decomposition for coefficient fields of characteristic p.class
SquarefreeFiniteFieldCharP<C extends GcdRingElem<C>>
Squarefree decomposition for finite coefficient fields of characteristic p.class
SquarefreeInfiniteAlgebraicFieldCharP<C extends GcdRingElem<C>>
Squarefree decomposition for algebraic extensions of infinite coefficient fields of characteristic p > 0.class
SquarefreeInfiniteFieldCharP<C extends GcdRingElem<C>>
Squarefree decomposition for infinite coefficient fields of characteristic p.class
SquarefreeRingChar0<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.aengine
Squarefree engine for infinite ring of characteristic p base coefficients.protected final SquarefreeAbstract
<C> SquarefreeInfiniteFieldCharP.qengine
Squarefree engine for infinite ring of characteristic p base coefficients.protected final SquarefreeAbstract
<C> FactorAbstract.sengine
Squarefree 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)