Class ElementaryIntegrationLazard<C extends GcdRingElem<C>>

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

public class ElementaryIntegrationLazard<C extends GcdRingElem<C>> extends ElementaryIntegration<C>
Method related to elementary integration. Lazard-Rioboo-Trager integration of the logarithmic part.
  • Field Details

    • logger

      private static final org.apache.logging.log4j.Logger logger
  • Constructor Details

    • ElementaryIntegrationLazard

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