Struct

NumCosmoGalaxyPositionFactorIntegrand

Description

struct NcGalaxyPositionFactorIntegrand {
  NcGalaxyPositionFactorIntegrandFunc func;
  NcGalaxyPositionFactorIntegrandFreeData callback_data_free;
  NcGalaxyPositionFactorIntegrandCopyData callback_data_copy;
  NcGalaxyPositionFactorIntegrandPrepareData callback_data_prepare;
  gpointer callback_data;
}

No description available.

Structure members
func: NcGalaxyPositionFactorIntegrandFunc

No description available.

callback_data_free: NcGalaxyPositionFactorIntegrandFreeData

No description available.

callback_data_copy: NcGalaxyPositionFactorIntegrandCopyData

No description available.

callback_data_prepare: NcGalaxyPositionFactorIntegrandPrepareData

No description available.

callback_data: gpointer

No description available.

Constructors

nc_galaxy_position_factor_integrand_new

Creates a new integrand for the galaxy position data. The integrand takes the per-galaxy data and returns the position density (or its natural logarithm) at the galaxy’s stored (ra, dec).

Instance methods

nc_galaxy_position_factor_integrand_copy
No description available.

nc_galaxy_position_factor_integrand_eval
No description available.

nc_galaxy_position_factor_integrand_free
No description available.