Uses of Class
edu.jas.ufd.SquarefreeAbstract
-
Packages that use SquarefreeAbstract Package Description edu.jas.application Groebner base application package.edu.jas.gbufd Groebner bases using unique factorization package.edu.jas.integrate Elementary Integration package.edu.jas.ufd Unique factorization domain package. -
-
Uses of SquarefreeAbstract in edu.jas.application
Fields in edu.jas.application declared as SquarefreeAbstract Modifier and Type Field Description protected SquarefreeAbstract<C>
ComprehensiveGroebnerBaseSeq. engine
Squarefree for coefficient content and primitive parts.protected SquarefreeAbstract<C>
Ideal. engine
Squarefree decomposition engine. -
Uses of SquarefreeAbstract in edu.jas.gbufd
Fields in edu.jas.gbufd declared as SquarefreeAbstract Modifier and Type Field Description protected SquarefreeAbstract<C>
MultiplicativeSetSquarefree. engine
Squarefree decomposition engine.Constructors in edu.jas.gbufd with parameters of type SquarefreeAbstract Constructor Description MultiplicativeSetSquarefree(GenPolynomialRing<C> ring, java.util.List<GenPolynomial<C>> ms, SquarefreeAbstract<C> eng)
MultiplicativeSet constructor. -
Uses of SquarefreeAbstract in edu.jas.integrate
Fields in edu.jas.integrate declared as SquarefreeAbstract Modifier and Type Field Description SquarefreeAbstract<C>
ElementaryIntegration. sqf
Engine for squarefree decomposition. -
Uses of SquarefreeAbstract in edu.jas.ufd
Subclasses of SquarefreeAbstract in edu.jas.ufd Modifier and Type Class Description class
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 SquarefreeAbstract Modifier and Type Field Description protected SquarefreeAbstract<C>
SquarefreeInfiniteAlgebraicFieldCharP. aengine
Squarefree engine for infinite ring of characteristic p base coefficients.protected SquarefreeAbstract<C>
SquarefreeInfiniteFieldCharP. qengine
Squarefree engine for infinite ring of characteristic p base coefficients.protected SquarefreeAbstract<C>
FactorAbstract. sengine
Squarefree decompositon engine for base coefficients.Methods in edu.jas.ufd that return SquarefreeAbstract Modifier and Type Method Description static 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)
-