Constructor

NumCosmoHaloBiasSTEllipnew_full

Declaration [src]

NcHaloBiasSTEllip*
nc_halo_bias_st_ellip_new_full (
  NcHaloMassFunction* mfp,
  gdouble delta_c,
  gdouble a,
  gdouble b,
  gdouble c
)

Description [src]

Creates a new NcHaloBiasSTEllip object with the input values.

Parameters

mfp

Type: NcHaloMassFunction

A NcHaloMassFunction.

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

Type: gdouble

Density contrast critical threshold.

a

Type: gdouble

Parameter that dictates the shape of the barrier.

b

Type: gdouble

Parameter that dictates the shape of the barrier.

c

Type: gdouble

Parameter that dictates the shape of the barrier.

Return value

Type: NcHaloBiasSTEllip

A new NcHaloBias.

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