firecrown.models.cluster.integrator.scipy_integrator ==================================================== .. py:module:: firecrown.models.cluster.integrator.scipy_integrator .. autoapi-nested-parse:: The SciPy integrator module. This module holds the scipy implementation of the integrator classes Classes ------- .. autoapisummary:: firecrown.models.cluster.integrator.scipy_integrator.ScipyIntegrator Module Contents --------------- .. py:class:: ScipyIntegrator(relative_tolerance = 0.0001, absolute_tolerance = 1e-12) Bases: :py:obj:`firecrown.models.cluster.integrator.integrator.Integrator` .. autoapi-inheritance-diagram:: firecrown.models.cluster.integrator.scipy_integrator.ScipyIntegrator :parts: 1 The scipy implementation of the Integrator base class using nquad. .. py:method:: integrate(func_to_integrate) Integrate the provided integrand argument with SciPy.