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.
Author:
Youssef Elbarbary
  • Constructor Details

    • ElementaryIntegrationLazard

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