Uses of Class
edu.jas.application.PrimitiveElement
Packages that use PrimitiveElement
-
Uses of PrimitiveElement in edu.jas.application
Fields in edu.jas.application declared as PrimitiveElementModifier and TypeFieldDescriptionfinal PrimitiveElement
<C> AlgebraicRootsPrimElem.pelem
Primitive Element algebraic roots.Methods in edu.jas.application that return PrimitiveElementModifier and TypeMethodDescriptionstatic <C extends GcdRingElem<C>>
PrimitiveElement<C> PolyUtilApp.primitiveElement
(AlgebraicNumberRing<C> a, AlgebraicNumberRing<C> b) Construct primitive element for double field extension.static <C extends GcdRingElem<C>>
PrimitiveElement<C> PolyUtilApp.primitiveElement
(AlgebraicNumberRing<AlgebraicNumber<C>> b) Construct primitive element for double field extension.Constructors in edu.jas.application with parameters of type PrimitiveElementModifierConstructorDescriptionAlgebraicRootsPrimElem
(GenPolynomial<C> p, GenPolynomial<Complex<C>> cp, List<RealAlgebraicNumber<C>> r, List<ComplexAlgebraicNumber<C>> c, PrimitiveElement<C> pe, List<AlgebraicNumber<C>> ru) Constructor.AlgebraicRootsPrimElem
(AlgebraicRoots<C> ar, PrimitiveElement<C> pe) Constructor.AlgebraicRootsPrimElem
(AlgebraicRoots<C> ar, PrimitiveElement<C> pe, List<AlgebraicNumber<C>> ru) Constructor.