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. engineSquarefree for coefficient content and primitive parts.protected SquarefreeAbstract<C>Ideal. engineSquarefree 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. engineSquarefree 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. sqfEngine for squarefree decomposition. -
Uses of SquarefreeAbstract in edu.jas.ufd
Subclasses of SquarefreeAbstract in edu.jas.ufd Modifier and Type Class Description classSquarefreeFieldChar0<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 SquarefreeAbstract Modifier and Type Field Description protected SquarefreeAbstract<C>SquarefreeInfiniteAlgebraicFieldCharP. aengineSquarefree engine for infinite ring of characteristic p base coefficients.protected SquarefreeAbstract<C>SquarefreeInfiniteFieldCharP. qengineSquarefree engine for infinite ring of characteristic p base coefficients.protected SquarefreeAbstract<C>FactorAbstract. sengineSquarefree 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)
-