Class ElementaryIntegrationCzichowski<C extends GcdRingElem<C>>

java.lang.Object
edu.jas.integrate.ElementaryIntegration<C>
edu.jas.integrate.ElementaryIntegrationCzichowski<C>
Type Parameters:
C - coefficient type

public class ElementaryIntegrationCzichowski<C extends GcdRingElem<C>> extends ElementaryIntegration<C>
Method related to elementary integration. Czichowski integration based on Groebner bases for the logarithmic part.
  • Field Details

    • logger

      private static final org.apache.logging.log4j.Logger logger
    • red

      public final GroebnerBaseAbstract<C extends GcdRingElem<C>> red
      Engine for Groebner basis.
  • Constructor Details

    • ElementaryIntegrationCzichowski

      public ElementaryIntegrationCzichowski(RingFactory<C> br)
      Constructor.
  • Method Details