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.engineEngine for square free decomposition. -
Uses of Squarefree in edu.jas.ufd
Classes in edu.jas.ufd that implement SquarefreeModifier and TypeClassDescriptionclassSquarefreeAbstract<C extends GcdRingElem<C>>Abstract squarefree decomposition class.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.