Method

NumCosmoWLSurfaceMassDensityreduced_shear_crit_cache_prep

Declaration [src]

void
nc_wl_surface_mass_density_reduced_shear_crit_cache_prep (
  NcWLSurfaceMassDensity* smd,
  NcHICosmo* cosmo,
  const gdouble zl,
  const gdouble zc,
  const gdouble zs,
  NcWLSurfaceMassDensityCritCache* crit_cache
)

Description [src]

Computes and stores the critical surface density.

This method is not directly available to language bindings.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

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

Type: const gdouble

Lens redshift $z_\mathrm{lens}$.

zc

Type: const gdouble

Cluster redshift $z_\mathrm{cluster}$.

zs

Type: const gdouble

Source redshift $z_\mathrm{source}$.

crit_cache

Type: NcWLSurfaceMassDensityCritCache

A NcWLSurfaceMassDensityCritCache.

The argument will be set by the function.
The returned data is owned by the instance.