Virtual Method

NumCosmoGalaxyRedshiftFactormake_fixed_nodes

Declaration [src]

NcmIntegralFixed*
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.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: NcGalaxyRedshiftFactorData

A NcGalaxyRedshiftFactorData.

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

Type: gdouble

The lower integration bound.

z_hi

Type: gdouble

The upper integration bound.

n_nodes

Type: guint

The number of sub-intervals.

rule_n

Type: guint

The 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.