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 TypeClassDescriptionclass
Local<C extends GcdRingElem<C>>
Local ring element based on GenPolynomial with RingElem interface.class
LocalSolvablePolynomial<C extends GcdRingElem<C>>
LocalSolvablePolynomial generic recursive solvable polynomials implementing RingElem.class
RealAlgebraicNumber<C extends GcdRingElem<C> & Rational>
Complex algebraic number class based on bi-variate real algebraic numbers.class
Residue<C extends GcdRingElem<C>>
Residue ring element based on GenPolynomial with RingElem interface.class
ResidueSolvablePolynomial<C extends GcdRingElem<C>>
ResidueSolvablePolynomial generic solvable polynomials with solvable residue coefficients implementing RingElem.class
ResidueSolvableWordPolynomial<C extends GcdRingElem<C>>
ResidueSolvableWordPolynomial solvable polynomials with WordResidue coefficients implementing RingElem.class
SolvableLocal<C extends GcdRingElem<C>>
SolvableLocal ring element based on pairs of GenSolvablePolynomial with GcdRingElem interface.class
SolvableLocalResidue<C extends GcdRingElem<C>>
SolvableLocalResidue, that is a (left) rational function, based on pairs of GenSolvablePolynomial with GcdRingElem interface.class
SolvableResidue<C extends GcdRingElem<C>>
SolvableResidue ring element based on GenSolvablePolynomial with GcdRingElem interface.class
WordResidue<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 class
BigComplex class based on BigRational implementing the RingElem respectively the StarRingElem interface.final class
BigDecimal class to make java.math.BigDecimal available with RingElem interface.final class
BigComplex class based on BigDecimal implementing the RingElem respectively the StarRingElem interface.final class
BigInteger class to make java.math.BigInteger available with RingElem respectively the GcdRingElem interface.final class
BigOctonion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.class
BigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.final class
Integer BigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.final class
Immutable arbitrary-precision rational numbers.final class
ModInt class with RingElem interface.final class
ModInteger class with GcdRingElem interface.final class
ModLong class with RingElem interface.class
Direct product element based on RingElem. -
Uses of AbelianGroupElem in edu.jas.fd
Classes in edu.jas.fd that implement AbelianGroupElemModifier and TypeClassDescriptionclass
QuotSolvablePolynomial<C extends GcdRingElem<C>>
QuotSolvablePolynomial generic recursive solvable polynomials implementing RingElem.class
SolvableQuotient<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 TypeInterfaceDescriptioninterface
Polynomial<C extends RingElem<C>>
Polynomial interface.Classes in edu.jas.poly that implement AbelianGroupElemModifier and TypeClassDescriptionclass
AlgebraicNumber<C extends RingElem<C>>
Algebraic number class.class
Generic Complex class implementing the RingElem interface.class
ExpVector implements exponent vectors for polynomials.final class
ExpVectorByte implements exponent vectors for polynomials using arrays of byte as storage unit.final class
ExpVectorInteger implements exponent vectors for polynomials using arrays of int as storage unit.final class
ExpVectorLong implements exponent vectors for polynomials using arrays of long as storage unit.final class
ExpVectorShort implements exponent vectors for polynomials using arrays of short as storage unit.final class
GenExteriorPolynomial<C extends RingElem<C>>
GenExteriorPolynomial generic polynomials implementing RingElem.class
GenPolynomial<C extends RingElem<C>>
GenPolynomial generic polynomials implementing RingElem.class
GenSolvablePolynomial<C extends RingElem<C>>
GenSolvablePolynomial generic solvable polynomials implementing RingElem.final class
GenWordPolynomial<C extends RingElem<C>>
GenWordPolynomial generic polynomials implementing RingElem.class
Local element based on RingElem pairs.class
QLRSolvablePolynomial<C extends GcdRingElem<C> & QuotPair<GenPolynomial<D>>,
D extends GcdRingElem<D>> QLRSolvablePolynomial generic recursive solvable polynomials implementing RingElem.class
Quotient element based on RingElem pairs.class
RecSolvablePolynomial<C extends RingElem<C>>
RecSolvablePolynomial generic recursive solvable polynomials implementing RingElem.class
RecSolvableWordPolynomial<C extends RingElem<C>>
RecSolvableWordPolynomial generic recursive solvable polynomials implementing RingElem.class
Residue element based on RingElem residue. -
Uses of AbelianGroupElem in edu.jas.ps
Classes in edu.jas.ps that implement AbelianGroupElemModifier and TypeClassDescriptionclass
MultiVarPowerSeries<C extends RingElem<C>>
Multivariate power series implementation.class
UnivPowerSeries<C extends RingElem<C>>
Univariate power series implementation. -
Uses of AbelianGroupElem in edu.jas.root
Classes in edu.jas.root that implement AbelianGroupElemModifier and TypeClassDescriptionclass
ComplexAlgebraicNumber<C extends GcdRingElem<C> & Rational>
Complex algebraic number class based on AlgebraicNumber.class
RealAlgebraicNumber<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 TypeInterfaceDescriptioninterface
AbelianGroupElem<C extends AbelianGroupElem<C>>
Abelian group element interface.interface
AbelianGroupFactory<C extends AbelianGroupElem<C>>
Abelian group factory interface.Subinterfaces of AbelianGroupElem in edu.jas.structureModifier and TypeInterfaceDescriptioninterface
AlgebraElem<A extends AlgebraElem<A,
C>, C extends RingElem<C>> Algabra element interface.interface
Field element interface.interface
GcdRingElem<C extends GcdRingElem<C>>
Gcd ring element interface.interface
Module element interface.interface
NoncomRingElem<C extends NoncomRingElem<C>>
Non-commutative ring element interface.interface
RegularRingElem<C extends RegularRingElem<C>>
Regular ring element interface.interface
Ring element interface.interface
StarRingElem<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 TypeClassDescriptionclass
Quotient<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