firecrown.models.cluster.integrator.numcosmo_integrator.NumCosmoIntegrator#
- class firecrown.models.cluster.integrator.numcosmo_integrator.NumCosmoIntegrator(method=None, relative_tolerance=0.0001, absolute_tolerance=1e-12)[source]#
Bases:
IntegratorThe NumCosmo implementation of the Integrator base class.
- Parameters:
method (
Optional[NumCosmoIntegralMethod]) –relative_tolerance (
float) –absolute_tolerance (
float) –
Public Methods:
__init__([method, relative_tolerance, ...])- param method:
integrate(func_to_integrate)Integrate the provided integrand argument with NumCosmo.
Inherited from
Integrator__init__()integrate(func_to_integrate)Call this method to integrate the provided integrand argument.