Uses of Interface
edu.jas.structure.AbelianGroupElem
-
Packages that use AbelianGroupElem Package Description edu.jas.application Groebner base application package.edu.jas.arith Basic arithmetic package.edu.jas.fd Factorization domain package for solvable polynomial rings.edu.jas.poly Generic coefficients polynomial package.edu.jas.ps Generic coefficients power series package.edu.jas.root Real and Complex Root Computation package.edu.jas.structure Basic structural interfaces.edu.jas.ufd Unique factorization domain package.edu.jas.vector Generic vector and matrix package. -
-
Uses of AbelianGroupElem in edu.jas.application
Classes in edu.jas.application that implement AbelianGroupElem Modifier and Type Class Description classLocal<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 AbelianGroupElem Modifier and Type Class Description classBigComplexBigComplex class based on BigRational implementing the RingElem respectively the StarRingElem interface.classBigDecimalBigDecimal class to make java.math.BigDecimal available with RingElem interface.classBigDecimalComplexBigComplex class based on BigDecimal implementing the RingElem respectively the StarRingElem interface.classBigIntegerBigInteger class to make java.math.BigInteger available with RingElem respectively the GcdRingElem interface.classBigOctonionBigOctonion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.classBigQuaternionBigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.classBigQuaternionIntegerInteger BigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.classBigRationalImmutable arbitrary-precision rational numbers.classModIntModInt class with RingElem interface.classModIntegerModInteger class with GcdRingElem interface.classModLongModLong class with RingElem interface.classProduct<C extends RingElem<C>>Direct product element based on RingElem. -
Uses of AbelianGroupElem in edu.jas.fd
Classes in edu.jas.fd that implement AbelianGroupElem Modifier and Type Class Description classQuotSolvablePolynomial<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.poly Modifier and Type Interface Description interfacePolynomial<C extends RingElem<C>>Polynomial interface.Classes in edu.jas.poly that implement AbelianGroupElem Modifier and Type Class Description classAlgebraicNumber<C extends RingElem<C>>Algebraic number class.classComplex<C extends RingElem<C>>Generic Complex class implementing the RingElem interface.classExpVectorExpVector implements exponent vectors for polynomials.classExpVectorByteExpVectorByte implements exponent vectors for polynomials using arrays of byte as storage unit.classExpVectorIntegerExpVectorInteger implements exponent vectors for polynomials using arrays of int as storage unit.classExpVectorLongExpVectorLong implements exponent vectors for polynomials using arrays of long as storage unit.classExpVectorShortExpVectorShort implements exponent vectors for polynomials using arrays of short as storage unit.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.classGenWordPolynomial<C extends RingElem<C>>GenWordPolynomial generic polynomials implementing RingElem.classLocal<C extends RingElem<C>>Local 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<C extends RingElem<C>>Quotient 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<C extends RingElem<C>>Residue element based on RingElem residue. -
Uses of AbelianGroupElem in edu.jas.ps
Classes in edu.jas.ps that implement AbelianGroupElem Modifier and Type Class Description classMultiVarPowerSeries<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 AbelianGroupElem Modifier and Type Class Description classComplexAlgebraicNumber<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 AbelianGroupElem Modifier and Type Interface Description interfaceAbelianGroupElem<C extends AbelianGroupElem<C>>Abelian group element interface.interfaceAbelianGroupFactory<C extends AbelianGroupElem<C>>Abelian group factory interface.Subinterfaces of AbelianGroupElem in edu.jas.structure Modifier and Type Interface Description interfaceAlgebraElem<A extends AlgebraElem<A,C>,C extends RingElem<C>>Algabra element interface.interfaceFieldElem<C extends FieldElem<C>>Field element interface.interfaceGcdRingElem<C extends GcdRingElem<C>>Gcd ring element interface.interfaceModulElem<M extends ModulElem<M,C>,C extends RingElem<C>>Module element interface.interfaceNoncomRingElem<C extends NoncomRingElem<C>>Non-commutative ring element interface.interfaceRegularRingElem<C extends RegularRingElem<C>>Regular ring element interface.interfaceRingElem<C extends RingElem<C>>Ring element interface.interfaceStarRingElem<C extends StarRingElem<C>>Star ring element interface.Methods in edu.jas.structure with type parameters of type AbelianGroupElem Modifier and Type Method Description static <C extends AbelianGroupElem<C>>
CPower. sum(AbelianGroupFactory<C> fac, java.util.List<C> A)Sum elements in list. -
Uses of AbelianGroupElem in edu.jas.ufd
Classes in edu.jas.ufd that implement AbelianGroupElem Modifier and Type Class Description classQuotient<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 Modifier and Type Class Description classGenMatrix<C extends RingElem<C>>GenMatrix implements a generic matrix algebra over RingElem entries.classGenVector<C extends RingElem<C>>GenVector implements generic vectors with RingElem entries.
-