Uses of Class
edu.jas.ufd.Factors
-
Packages that use Factors Package Description edu.jas.ufd Unique factorization domain package. -
-
Uses of Factors in edu.jas.ufd
Fields in edu.jas.ufd with type parameters of type Factors Modifier and Type Field Description java.util.List<Factors<C>>FactorsList. afactorsList of factors with coefficients from AlgebraicNumberRings.java.util.SortedMap<Factors<C>,java.lang.Long>FactorsMap. afactorsList of factors with coefficients from AlgebraicNumberRings.java.util.List<Factors<AlgebraicNumber<C>>>Factors. arfactorsList of factors with coefficients from AlgebraicNumberRing<AlgebraicNumber<C>>.Methods in edu.jas.ufd that return Factors Modifier and Type Method Description Factors<C>FactorAbsolute. baseFactorsAbsoluteIrreducible(GenPolynomial<C> P)GenPolynomial base absolute factorization of a irreducible polynomial.Factors<C>FactorAbsolute. factorsAbsoluteIrreducible(GenPolynomial<C> P)GenPolynomial absolute factorization of a irreducible polynomial.Factors<AlgebraicNumber<C>>Factors. getFactor(GenPolynomial<AlgebraicNumber<C>> p)Get the factor for polynomial.Methods in edu.jas.ufd with parameters of type Factors Modifier and Type Method Description intFactors. compareTo(Factors<C> facs)Comparison.booleanFactorAbsolute. isAbsoluteFactorization(Factors<C> facs)GenPolynomial is absolute factorization.
-