Uses of Interface
edu.jas.structure.ElemFactory
-
Packages that use ElemFactory 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 ElemFactory in edu.jas.application
Classes in edu.jas.application that implement ElemFactory 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 ElemFactory in edu.jas.arith
Subinterfaces of ElemFactory 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 ElemFactory 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 ElemFactory in edu.jas.fd
Classes in edu.jas.fd that implement ElemFactory 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 ElemFactory in edu.jas.poly
Subinterfaces of ElemFactory in edu.jas.poly Modifier and Type Interface Description interfacePolynomialRing<C extends RingElem<C>>Polynomial factory interface.Classes in edu.jas.poly that implement ElemFactory 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.classIndexFactoryIndexList factory implements a factory for index lists for exterior polynomials.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.classWordFactoryWordFactory implements alphabet related methods.Methods in edu.jas.poly that return ElemFactory Modifier and Type Method Description ElemFactory<Monomial<C>>Monomial. factory()Get the corresponding element factory. -
Uses of ElemFactory in edu.jas.ps
Classes in edu.jas.ps that implement ElemFactory 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 ElemFactory in edu.jas.root
Classes in edu.jas.root that implement ElemFactory 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 ElemFactory in edu.jas.structure
Subinterfaces of ElemFactory in edu.jas.structure Modifier and Type Interface Description interfaceAbelianGroupFactory<C extends AbelianGroupElem<C>>Abelian group factory interface.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.interfaceMonoidFactory<C extends MonoidElem<C>>Monoid factory interface.interfaceRingFactory<C extends RingElem<C>>Ring factory interface.Methods in edu.jas.structure that return ElemFactory Modifier and Type Method Description ElemFactory<C>Element. factory()Get the corresponding element factory. -
Uses of ElemFactory in edu.jas.ufd
Classes in edu.jas.ufd that implement ElemFactory Modifier and Type Class Description classQuotientRing<C extends GcdRingElem<C>>Quotient ring factory based on GenPolynomial with RingElem interface. -
Uses of ElemFactory in edu.jas.vector
Classes in edu.jas.vector that implement ElemFactory 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.
-