Uses of Interface
edu.jas.structure.AbelianGroupElem
Packages that use AbelianGroupElem
Package
Description
Groebner base application package.
Basic arithmetic package.
Factorization domain package for solvable polynomial rings.
Generic coefficients polynomial package.
Generic coefficients power series package.
Real and Complex Root Computation package.
Basic structural interfaces.
Unique factorization domain package.
Generic vector and matrix package.
-
Uses of AbelianGroupElem in edu.jas.application
Classes in edu.jas.application that implement AbelianGroupElemModifier and TypeClassDescriptionclassLocal<C extends GcdRingElem<C>>Local ring element based on GenPolynomial with RingElem interface.classLocalSolvablePolynomial<C extends GcdRingElem<C>>LocalSolvablePolynomial generic recursive solvable polynomials implementing RingElem.classRealAlgebraicNumber<C extends GcdRingElem<C> & Rational>Complex algebraic number class based on bi-variate real algebraic numbers.classResidue<C extends GcdRingElem<C>>Residue ring element based on GenPolynomial with RingElem interface.classResidueSolvablePolynomial<C extends GcdRingElem<C>>ResidueSolvablePolynomial generic solvable polynomials with solvable residue coefficients implementing RingElem.classResidueSolvableWordPolynomial<C extends GcdRingElem<C>>ResidueSolvableWordPolynomial solvable polynomials with WordResidue coefficients implementing RingElem.classSolvableLocal<C extends GcdRingElem<C>>SolvableLocal ring element based on pairs of GenSolvablePolynomial with GcdRingElem interface.classSolvableLocalResidue<C extends GcdRingElem<C>>SolvableLocalResidue, that is a (left) rational function, based on pairs of GenSolvablePolynomial with GcdRingElem interface.classSolvableResidue<C extends GcdRingElem<C>>SolvableResidue ring element based on GenSolvablePolynomial with GcdRingElem interface.classWordResidue<C extends GcdRingElem<C>>WordResidue ring element based on GenWordPolynomial with GcdRingElem interface. -
Uses of AbelianGroupElem in edu.jas.arith
Classes in edu.jas.arith that implement AbelianGroupElemModifier and TypeClassDescriptionfinal classBigComplex class based on BigRational implementing the RingElem respectively the StarRingElem interface.final classBigDecimal class to make java.math.BigDecimal available with RingElem interface.final classBigComplex class based on BigDecimal implementing the RingElem respectively the StarRingElem interface.final classBigInteger class to make java.math.BigInteger available with RingElem respectively the GcdRingElem interface.final classBigOctonion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.classBigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.final classInteger BigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.final classImmutable arbitrary-precision rational numbers.final classModInt class with RingElem interface.final classModInteger class with GcdRingElem interface.final classModLong class with RingElem interface.classDirect product element based on RingElem. -
Uses of AbelianGroupElem in edu.jas.fd
Classes in edu.jas.fd that implement AbelianGroupElemModifier and TypeClassDescriptionclassQuotSolvablePolynomial<C extends GcdRingElem<C>>QuotSolvablePolynomial generic recursive solvable polynomials implementing RingElem.classSolvableQuotient<C extends GcdRingElem<C>>SolvableQuotient, that is a (left) rational function, based on GenSolvablePolynomial with RingElem interface. -
Uses of AbelianGroupElem in edu.jas.poly
Subinterfaces of AbelianGroupElem in edu.jas.polyModifier and TypeInterfaceDescriptioninterfacePolynomial<C extends RingElem<C>>Polynomial interface.Classes in edu.jas.poly that implement AbelianGroupElemModifier and TypeClassDescriptionclassAlgebraicNumber<C extends RingElem<C>>Algebraic number class.classGeneric Complex class implementing the RingElem interface.classExpVector implements exponent vectors for polynomials.final classExpVectorByte implements exponent vectors for polynomials using arrays of byte as storage unit.final classExpVectorInteger implements exponent vectors for polynomials using arrays of int as storage unit.final classExpVectorLong implements exponent vectors for polynomials using arrays of long as storage unit.final classExpVectorShort implements exponent vectors for polynomials using arrays of short as storage unit.final classGenExteriorPolynomial<C extends RingElem<C>>GenExteriorPolynomial generic polynomials implementing RingElem.classGenPolynomial<C extends RingElem<C>>GenPolynomial generic polynomials implementing RingElem.classGenSolvablePolynomial<C extends RingElem<C>>GenSolvablePolynomial generic solvable polynomials implementing RingElem.final classGenWordPolynomial<C extends RingElem<C>>GenWordPolynomial generic polynomials implementing RingElem.classLocal element based on RingElem pairs.classQLRSolvablePolynomial<C extends GcdRingElem<C> & QuotPair<GenPolynomial<D>>, D extends GcdRingElem<D>>QLRSolvablePolynomial generic recursive solvable polynomials implementing RingElem.classQuotient element based on RingElem pairs.classRecSolvablePolynomial<C extends RingElem<C>>RecSolvablePolynomial generic recursive solvable polynomials implementing RingElem.classRecSolvableWordPolynomial<C extends RingElem<C>>RecSolvableWordPolynomial generic recursive solvable polynomials implementing RingElem.classResidue element based on RingElem residue. -
Uses of AbelianGroupElem in edu.jas.ps
Classes in edu.jas.ps that implement AbelianGroupElemModifier and TypeClassDescriptionclassMultiVarPowerSeries<C extends RingElem<C>>Multivariate power series implementation.classUnivPowerSeries<C extends RingElem<C>>Univariate power series implementation. -
Uses of AbelianGroupElem in edu.jas.root
Classes in edu.jas.root that implement AbelianGroupElemModifier and TypeClassDescriptionclassComplexAlgebraicNumber<C extends GcdRingElem<C> & Rational>Complex algebraic number class based on AlgebraicNumber.classRealAlgebraicNumber<C extends GcdRingElem<C> & Rational>Real algebraic number class based on AlgebraicNumber. -
Uses of AbelianGroupElem in edu.jas.structure
Classes in edu.jas.structure with type parameters of type AbelianGroupElemModifier and TypeInterfaceDescriptioninterfaceAbelianGroupElem<C extends AbelianGroupElem<C>>Abelian group element interface.interfaceAbelianGroupFactory<C extends AbelianGroupElem<C>>Abelian group factory interface.Subinterfaces of AbelianGroupElem in edu.jas.structureModifier and TypeInterfaceDescriptioninterfaceAlgebraElem<A extends AlgebraElem<A,C>, C extends RingElem<C>> Algabra element interface.interfaceField element interface.interfaceGcdRingElem<C extends GcdRingElem<C>>Gcd ring element interface.interfaceModule element interface.interfaceNoncomRingElem<C extends NoncomRingElem<C>>Non-commutative ring element interface.interfaceRegularRingElem<C extends RegularRingElem<C>>Regular ring element interface.interfaceRing element interface.interfaceStarRingElem<C extends StarRingElem<C>>Star ring element interface.Methods in edu.jas.structure with type parameters of type AbelianGroupElemModifier and TypeMethodDescriptionstatic <C extends AbelianGroupElem<C>>
CPower.sum(AbelianGroupFactory<C> fac, List<C> A) Sum elements in list. -
Uses of AbelianGroupElem in edu.jas.ufd
Classes in edu.jas.ufd that implement AbelianGroupElemModifier and TypeClassDescriptionclassQuotient<C extends GcdRingElem<C>>Quotient, that is a rational function, based on GenPolynomial with RingElem interface. -
Uses of AbelianGroupElem in edu.jas.vector
Classes in edu.jas.vector that implement AbelianGroupElem