Uses of Class
edu.jas.poly.ComplexRing
Packages that use ComplexRing
Package
Description
Groebner base application package.
Generic coefficients polynomial package.
Real and Complex Root Computation package.
Unique factorization domain package.
-
Uses of ComplexRing in edu.jas.application
Fields in edu.jas.application declared as ComplexRingModifier and TypeFieldDescriptionprotected final ComplexRing
<RealAlgebraicNumber<C>> CoeffToComplexReal.cfac
protected final ComplexRing
<RealAlgebraicNumber<C>> EvaluateToComplexReal.cfac
Methods in edu.jas.application with parameters of type ComplexRingModifier and TypeMethodDescriptionstatic <C extends GcdRingElem<C>>
FactorAbstract<Complex<C>> FactorFactory.getImplementation
(ComplexRing<C> fac) Determine suitable implementation of factorization algorithms, case Complex<C>.Constructors in edu.jas.application with parameters of type ComplexRing -
Uses of ComplexRing in edu.jas.poly
Fields in edu.jas.poly declared as ComplexRingModifier and TypeFieldDescriptionprotected final ComplexRing
<C> AlgebToCompl.cfac
protected final ComplexRing
<C> AnyToComplex.cfac
protected final ComplexRing
<C> ToComplex.cfac
final ComplexRing
<C> Complex.ring
Complex class factory data structure.(package private) ComplexRing
<BigDecimal> CompRatToDec.ring
Methods in edu.jas.poly that return ComplexRingConstructors in edu.jas.poly with parameters of type ComplexRingModifierConstructorDescriptionAlgebToCompl
(ComplexRing<C> fac) AnyToComplex
(ComplexRing<C> fac) Complex
(ComplexRing<C> ring) The constructor creates a Complex object with real part 0 and imaginary part 0.Complex
(ComplexRing<C> ring, long r) The constructor creates a Complex object from a long element as real part, the imaginary part is set to 0.Complex
(ComplexRing<C> ring, C r) The constructor creates a Complex object from a C object as real part, the imaginary part is set to 0.Complex
(ComplexRing<C> ring, C r, C i) The constructor creates a Complex object from two C objects as real and imaginary part.Complex
(ComplexRing<C> ring, String s) The constructor creates a Complex object from a String representation. -
Uses of ComplexRing in edu.jas.root
Fields in edu.jas.root declared as ComplexRing -
Uses of ComplexRing in edu.jas.ufd
Methods in edu.jas.ufd with parameters of type ComplexRingModifier and TypeMethodDescriptionstatic <C extends GcdRingElem<C>>
FactorAbstract<Complex<C>> FactorFactory.getImplementation
(ComplexRing<C> fac) Determine suitable implementation of factorization algorithms, case Complex<C>.Constructors in edu.jas.ufd with parameters of type ComplexRingModifierConstructorDescriptionFactorComplex
(ComplexRing<C> fac) Constructor.FactorComplex
(ComplexRing<C> fac, FactorAbstract<AlgebraicNumber<C>> factorAlgeb) Constructor.