Struct

NumCosmoGalaxyShapeFactorIntegrand

Description

struct NcGalaxyShapeFactorIntegrand {
  NcGalaxyShapeFactorIntegrandFunc func;
  NcGalaxyShapeFactorIntegrandFreeData callback_data_free;
  NcGalaxyShapeFactorIntegrandCopyData callback_data_copy;
  NcGalaxyShapeFactorIntegrandPrepareData callback_data_prepare;
  gpointer callback_data;
}

No description available.

Structure members
func: NcGalaxyShapeFactorIntegrandFunc

No description available.

callback_data_free: NcGalaxyShapeFactorIntegrandFreeData

No description available.

callback_data_copy: NcGalaxyShapeFactorIntegrandCopyData

No description available.

callback_data_prepare: NcGalaxyShapeFactorIntegrandPrepareData

No description available.

callback_data: gpointer

No description available.

Constructors

nc_galaxy_shape_factor_integrand_new

Creates a new galaxy shape integrand.

Instance methods

nc_galaxy_shape_factor_integrand_copy

Copies the integrand for the galaxy shape data.

nc_galaxy_shape_factor_integrand_eval
No description available.

nc_galaxy_shape_factor_integrand_free

Frees the integrand for the galaxy shape data.

nc_galaxy_shape_factor_integrand_prepare

Prepares the integrand for the galaxy shape data.