Method

NumCosmoGalaxySDShapeprepare_data_array

Declaration [src]

gboolean
nc_galaxy_sd_shape_prepare_data_array (
  NcGalaxySDShape* gsds,
  NcmMSet* mset,
  GPtrArray* data_array
)

Description [src]

Prepares the matrix to compute the probability density of the observable shape.

Parameters

mset

Type: NcmMSet

A NcmMSet.

The data is owned by the caller of the method.
data_array

Type: An array of None

A GPtrArray of NcGalaxySDShapeData.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the matrix was prepared, FALSE otherwise.