Constructor

NumCosmoPowspecMNLHaloFitnew

Declaration [src]

NcPowspecMNLHaloFit*
nc_powspec_mnl_halofit_new (
  NcPowspecML* psml,
  gdouble zmaxnl,
  gdouble reltol
)

Description [src]

Creates a new NcPowspecMNLHaloFit from the transfer function tf.

Parameters

psml

Type: NcPowspecML

A NcPowspecML.

The data is owned by the caller of the function.
zmaxnl

Type: gdouble

Maximum redshift for the halofit correction.

reltol

Type: gdouble

Relative tolerance (precision) for halofit computations.

Return value

Type: NcPowspecMNLHaloFit

The newly created NcPowspecMNLHaloFit.

The caller of the function takes ownership of the data, and is responsible for freeing it.