Class IdealWithRealRoots<C extends GcdRingElem<C>>

java.lang.Object
edu.jas.application.IdealWithUniv<C>
edu.jas.application.IdealWithRealRoots<C>
All Implemented Interfaces:
Serializable

public class IdealWithRealRoots<C extends GcdRingElem<C>> extends IdealWithUniv<C>
Container for Ideals together with univariate polynomials and real roots.
See Also:
  • Field Details

  • Constructor Details

    • IdealWithRealRoots

      protected IdealWithRealRoots()
      Constructor not for use.
    • IdealWithRealRoots

      public IdealWithRealRoots(Ideal<C> id, List<GenPolynomial<C>> up, List<List<BigDecimal>> rr)
      Constructor.
      Parameters:
      id - the ideal
      up - the list of univaraite polynomials
      rr - the list of real roots
    • IdealWithRealRoots

      public IdealWithRealRoots(IdealWithUniv<C> iu, List<List<BigDecimal>> rr)
      Constructor.
      Parameters:
      iu - the ideal with univariate polynomials
      rr - the list of real roots
  • Method Details