Method
NumCosmoGalaxyRedshiftFactormake_fixed_nodes
Declaration [src]
NcmIntegralFixed*
nc_galaxy_redshift_factor_make_fixed_nodes (
NcGalaxyRedshiftFactor* gsdr,
NcmMSet* mset,
NcGalaxyRedshiftFactorData* data,
gdouble z_lo,
gdouble z_hi,
guint n_nodes,
guint rule_n
)
Description [src]
Builds the fixed integration nodes over [z_lo, z_hi] used to marginalize the
true redshift.
This method is not directly available to language bindings.
Parameters
mset-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the method. data-
Type:
NcGalaxyRedshiftFactorDataA
NcGalaxyRedshiftFactorData.The data is owned by the caller of the method. z_lo-
Type:
gdoubleThe lower integration bound.
z_hi-
Type:
gdoubleThe upper integration bound.
n_nodes-
Type:
guintThe number of sub-intervals.
rule_n-
Type:
guintThe fixed rule order per sub-interval.
Return value
Type: NcmIntegralFixed
A new NcmIntegralFixed.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |