Struct

NumCosmoGalaxySDPositionIntegrand

Description

struct NcGalaxySDPositionIntegrand {
  NcGalaxySDPositionIntegrandFunc func;
  NcGalaxySDPositionIntegrandFreeData callback_data_free;
  NcGalaxySDPositionIntegrandCopyData callback_data_copy;
  NcGalaxySDPositionIntegrandPrepareData callback_data_prepare;
  gpointer callback_data;
}

No description available.

Structure members
func: NcGalaxySDPositionIntegrandFunc

No description available.

callback_data_free: NcGalaxySDPositionIntegrandFreeData

No description available.

callback_data_copy: NcGalaxySDPositionIntegrandCopyData

No description available.

callback_data_prepare: NcGalaxySDPositionIntegrandPrepareData

No description available.

callback_data: gpointer

No description available.

Constructors

nc_galaxy_sd_position_integrand_new

Creates a new galaxy position integrand.

Instance methods

nc_galaxy_sd_position_integrand_copy

Copies the galaxy position integrand.

nc_galaxy_sd_position_integrand_eval
No description available.

nc_galaxy_sd_position_integrand_free

Frees the galaxy position integrand.

nc_galaxy_sd_position_integrand_prepare

Prepares the galaxy position integrand.