Uses of Class
edu.jas.poly.ComplexRing
-
Packages that use ComplexRing Package Description edu.jas.application Groebner base application package.edu.jas.poly Generic coefficients polynomial package.edu.jas.root Real and Complex Root Computation package.edu.jas.ufd Unique factorization domain package. -
-
Uses of ComplexRing in edu.jas.application
Fields in edu.jas.application declared as ComplexRing Modifier and Type Field Description protected ComplexRing<RealAlgebraicNumber<C>>
CoeffToComplexReal. cfac
protected ComplexRing<RealAlgebraicNumber<C>>
EvaluateToComplexReal. cfac
Methods in edu.jas.application with parameters of type ComplexRing Modifier and Type Method Description static <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 Constructor Description CoeffToComplexReal(ComplexRing<RealAlgebraicNumber<C>> fac)
-
Uses of ComplexRing in edu.jas.poly
Fields in edu.jas.poly declared as ComplexRing Modifier and Type Field Description protected ComplexRing<C>
AlgebToCompl. cfac
protected ComplexRing<C>
AnyToComplex. cfac
protected ComplexRing<C>
ToComplex. cfac
ComplexRing<C>
Complex. ring
Complex class factory data structure.(package private) ComplexRing<BigDecimal>
CompRatToDec. ring
Methods in edu.jas.poly that return ComplexRing Modifier and Type Method Description ComplexRing<C>
Complex. factory()
Get the corresponding element factory.Constructors in edu.jas.poly with parameters of type ComplexRing Constructor Description AlgebToCompl(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, java.lang.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 Modifier and Type Field Description protected ComplexRing<C>
CoeffToComplex. cr
-
Uses of ComplexRing in edu.jas.ufd
Methods in edu.jas.ufd with parameters of type ComplexRing Modifier and Type Method Description static <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 ComplexRing Constructor Description FactorComplex(ComplexRing<C> fac)
Constructor.FactorComplex(ComplexRing<C> fac, FactorAbstract<AlgebraicNumber<C>> factorAlgeb)
Constructor.
-