firecrown.models.cluster.integrator.scipy_integrator
The SciPy integrator module.
This module holds the scipy implementation of the integrator classes
Classes
The scipy implementation of the Integrator base class using nquad. |
Module Contents
- class firecrown.models.cluster.integrator.scipy_integrator.ScipyIntegrator(relative_tolerance=0.0001, absolute_tolerance=1e-12)[source]
Bases:
firecrown.models.cluster.integrator.integrator.Integrator
The scipy implementation of the Integrator base class using nquad.
- Parameters:
relative_tolerance (float)
absolute_tolerance (float)