Struct

NumCosmoGalaxySDShapeIntegrand

Description

struct NcGalaxySDShapeIntegrand {
  NcGalaxySDShapeIntegrandFunc func;
  NcGalaxySDShapeIntegrandFreeData callback_data_free;
  NcGalaxySDShapeIntegrandCopyData callback_data_copy;
  NcGalaxySDShapeIntegrandPrepareData callback_data_prepare;
  gpointer callback_data;
}

No description available.

Structure members
func: NcGalaxySDShapeIntegrandFunc

No description available.

callback_data_free: NcGalaxySDShapeIntegrandFreeData

No description available.

callback_data_copy: NcGalaxySDShapeIntegrandCopyData

No description available.

callback_data_prepare: NcGalaxySDShapeIntegrandPrepareData

No description available.

callback_data: gpointer

No description available.

Constructors

nc_galaxy_sd_shape_integrand_new

Creates a new galaxy shape integrand.

Instance methods

nc_galaxy_sd_shape_integrand_copy

Copies the integrand for the galaxy shape data.

nc_galaxy_sd_shape_integrand_eval
No description available.

nc_galaxy_sd_shape_integrand_free

Frees the integrand for the galaxy shape data.

nc_galaxy_sd_shape_integrand_prepare

Prepares the integrand for the galaxy shape data.