Uses of Interface
edu.jas.ufd.Squarefree
Packages that use Squarefree
Package
Description
Real and Complex Root Computation package.
Unique factorization domain package.
-
Uses of Squarefree in edu.jas.root
Fields in edu.jas.root declared as SquarefreeModifier and TypeFieldDescriptionfinal Squarefree
<Complex<C>> ComplexRootsAbstract.engine
Engine for square free decomposition. -
Uses of Squarefree in edu.jas.ufd
Classes in edu.jas.ufd that implement SquarefreeModifier and TypeClassDescriptionclass
SquarefreeAbstract<C extends GcdRingElem<C>>
Abstract squarefree decomposition class.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.