Uses of Interface
edu.jas.structure.AbelianGroupFactory
-
Packages that use AbelianGroupFactory 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 AbelianGroupFactory in edu.jas.application
Classes in edu.jas.application that implement AbelianGroupFactory Modifier and Type Class Description classLocalRing<C extends GcdRingElem<C>>Local ring class based on GenPolynomial with RingElem interface.classLocalSolvablePolynomialRing<C extends GcdRingElem<C>>LocalSolvablePolynomialRing generic recursive solvable polynomial factory implementing RingFactory and extending GenSolvablePolynomialRing factory.classRealAlgebraicRing<C extends GcdRingElem<C> & Rational>Real algebraic number factory class based on bi-variate real algebraic numbers.classResidueRing<C extends GcdRingElem<C>>Residue ring factory based on GenPolynomial with RingFactory interface.classResidueSolvablePolynomialRing<C extends GcdRingElem<C>>ResidueSolvablePolynomialRing generic solvable polynomial with residue coefficients factory implementing RingFactory and extending GenSolvablePolynomialRing factory.classResidueSolvableWordPolynomialRing<C extends GcdRingElem<C>>ResidueSolvableWordPolynomialRing solvable polynomial with word residue coefficients factory.classSolvableLocalResidueRing<C extends GcdRingElem<C>>SolvableLocalResidue ring factory for SolvableLocalResidue based on GenSolvablePolynomial with GcdRingElem interface.classSolvableLocalRing<C extends GcdRingElem<C>>SolvableLocal ring factory for SolvableLocal with GcdRingElem interface.classSolvableResidueRing<C extends GcdRingElem<C>>SolvableResidue ring factory based on GenSolvablePolynomialRing with GcdRingFactory interface.classWordResidueRing<C extends GcdRingElem<C>>WordResidue ring factory based on GenWordPolynomialRing with GcdRingFactory interface. -
Uses of AbelianGroupFactory in edu.jas.arith
Subinterfaces of AbelianGroupFactory in edu.jas.arith Modifier and Type Interface Description interfaceModularRingFactory<C extends RingElem<C> & Modular>Modular ring factory interface.Classes in edu.jas.arith that implement AbelianGroupFactory 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.classBigQuaternionRingBigQuaternion ring class based on BigRational implementing the RingElem interface.classBigRationalImmutable arbitrary-precision rational numbers.classModIntegerRingModIntegerRing factory with RingFactory interface.classModIntRingModIntRing factory with RingFactory interface.classModLongRingModLongRing factory with RingFactory interface.classProductRing<C extends RingElem<C>>Direct product ring factory based on RingElem and RingFactory module. -
Uses of AbelianGroupFactory in edu.jas.fd
Classes in edu.jas.fd that implement AbelianGroupFactory Modifier and Type Class Description classQuotSolvablePolynomialRing<C extends GcdRingElem<C>>QuotSolvablePolynomialRing generic recursive solvable polynomial factory implementing RingFactory and extending GenSolvablePolynomialRing factory.classSolvableQuotientRing<C extends GcdRingElem<C>>SolvableQuotient ring factory based on GenPolynomial with RingElem interface. -
Uses of AbelianGroupFactory in edu.jas.poly
Subinterfaces of AbelianGroupFactory in edu.jas.poly Modifier and Type Interface Description interfacePolynomialRing<C extends RingElem<C>>Polynomial factory interface.Classes in edu.jas.poly that implement AbelianGroupFactory Modifier and Type Class Description classAlgebraicNumberRing<C extends RingElem<C>>Algebraic number factory.classComplexRing<C extends RingElem<C>>Generic Complex ring factory implementing the RingFactory interface.classGenExteriorPolynomialRing<C extends RingElem<C>>GenExteriorPolynomialRing generic antisymmetric polynomial factory implementing RingFactory; Factory for antisymmetric polynomials (in fact vectors) over C.classGenPolynomialRing<C extends RingElem<C>>GenPolynomialRing generic polynomial factory.classGenSolvablePolynomialRing<C extends RingElem<C>>GenSolvablePolynomialRing generic solvable polynomial factory implementing RingFactory and extending GenPolynomialRing factory.classGenWordPolynomialRing<C extends RingElem<C>>GenWordPolynomialRing generic polynomial factory implementing RingFactory; Factory for non-commutative string polynomials over C.classLocalRing<C extends RingElem<C>>Local ring factory based on RingElem principal ideal.classQLRSolvablePolynomialRing<C extends GcdRingElem<C> & QuotPair<GenPolynomial<D>>,D extends GcdRingElem<D>>QLRSolvablePolynomialRing generic recursive solvable polynomial factory implementing RingFactory and extending GenSolvablePolynomialRing factory.classQuotientRing<C extends RingElem<C>>Quotient ring factory using RingElem and RingFactory.classRecSolvablePolynomialRing<C extends RingElem<C>>RecSolvablePolynomialRing generic recursive solvable polynomial factory implementing RingFactory and extending GenSolvablePolynomialRing factory.classRecSolvableWordPolynomialRing<C extends RingElem<C>>RecSolvableWordPolynomialRing generic recursive solvable polynomial factory implementing RingFactory and extending GenSolvablePolynomialRing factory.classResidueRing<C extends RingElem<C>>Residue ring factory based on RingElem and RingFactory module.Methods in edu.jas.poly that return AbelianGroupFactory Modifier and Type Method Description AbelianGroupFactory<ExpVector>ExpVector. factory()Get the corresponding element factory. -
Uses of AbelianGroupFactory in edu.jas.ps
Classes in edu.jas.ps that implement AbelianGroupFactory Modifier and Type Class Description classMultiVarPowerSeriesRing<C extends RingElem<C>>Multivariate power series ring implementation.classUnivPowerSeriesRing<C extends RingElem<C>>Univariate power series ring implementation. -
Uses of AbelianGroupFactory in edu.jas.root
Classes in edu.jas.root that implement AbelianGroupFactory Modifier and Type Class Description classComplexAlgebraicRing<C extends GcdRingElem<C> & Rational>Complex algebraic number factory class based on AlgebraicNumberRing with RingFactory interface.classRealAlgebraicRing<C extends GcdRingElem<C> & Rational>Real algebraic number factory class based on AlgebraicNumberRing with RingFactory interface. -
Uses of AbelianGroupFactory in edu.jas.structure
Subinterfaces of AbelianGroupFactory in edu.jas.structure Modifier and Type Interface Description interfaceAlgebraFactory<A extends AlgebraElem<A,C>,C extends RingElem<C>>Algebra factory interface.interfaceFieldFactory<C extends RingElem<C>>Field factory interface.interfaceModulFactory<M extends ModulElem<M,C>,C extends RingElem<C>>Module factory interface.interfaceRingFactory<C extends RingElem<C>>Ring factory interface.Methods in edu.jas.structure with parameters of type AbelianGroupFactory 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 AbelianGroupFactory in edu.jas.ufd
Classes in edu.jas.ufd that implement AbelianGroupFactory Modifier and Type Class Description classQuotientRing<C extends GcdRingElem<C>>Quotient ring factory based on GenPolynomial with RingElem interface. -
Uses of AbelianGroupFactory in edu.jas.vector
Classes in edu.jas.vector that implement AbelianGroupFactory Modifier and Type Class Description classGenMatrixRing<C extends RingElem<C>>GenMatrixRing implements a generic matrix algebra factory with RingFactory.classGenVectorModul<C extends RingElem<C>>GenVectorModul implements a generic vector factory with RingElem entries.
-