Struct
NumCosmoGalaxyRedshiftFactorIntegrand
Description
struct NcGalaxyRedshiftFactorIntegrand {
NcGalaxyRedshiftFactorIntegrandFunc func;
NcGalaxyRedshiftFactorIntegrandFreeData callback_data_free;
NcGalaxyRedshiftFactorIntegrandCopyData callback_data_copy;
NcGalaxyRedshiftFactorIntegrandPrepareData callback_data_prepare;
gpointer callback_data;
}
No description available.
Structure members
func:NcGalaxyRedshiftFactorIntegrandFuncNo description available.
callback_data_free:NcGalaxyRedshiftFactorIntegrandFreeDataNo description available.
callback_data_copy:NcGalaxyRedshiftFactorIntegrandCopyDataNo description available.
callback_data_prepare:NcGalaxyRedshiftFactorIntegrandPrepareDataNo description available.
callback_data:gpointerNo description available.
Constructors
nc_galaxy_redshift_factor_integrand_new
Creates a new integrand for the galaxy redshift data. The integrand takes the
true redshift z and the per-galaxy data and returns the joint density (or
its natural logarithm) at z.