Method

NumCosmoClusterAbundanceintp_d2n

Declaration [src]

gdouble
nc_cluster_abundance_intp_d2n (
  NcClusterAbundance* cad,
  NcHICosmo* cosmo,
  NcClusterRedshift* clusterz,
  NcClusterMass* clusterm,
  gdouble lnM,
  gdouble z
)

Description [src]

Computes the interpolated differential abundance $d^2N/dzd\ln M$ at the given mass and redshift.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

The data is owned by the caller of the method.
clusterz

Type: NcClusterRedshift

A NcClusterRedshift.

The data is owned by the caller of the method.
clusterm

Type: NcClusterMass

A NcClusterMass.

The data is owned by the caller of the method.
lnM

Type: gdouble

Logarithm base e of the cluster mass.

z

Type: gdouble

Redshift.

Return value

Type: gdouble

The differential abundance.