Method
NumCosmoGalaxyShapeFactoreval_at_nodes
Declaration [src]
void
nc_galaxy_shape_factor_eval_at_nodes (
NcGalaxyShapeFactor* gsf,
NcmMSet* mset,
NcGalaxyShapeFactorData* data,
const NcmVector* z_nodes,
NcmVector* out
)
Description [src]
Evaluates the shape likelihood P(epsilon_obs | z_j, data) at every node,
writing the result into out. Requires a prior call to nc_galaxy_shape_factor_prepare_data_array_at_nodes().
Parameters
mset-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the method. data-
Type:
NcGalaxyShapeFactorDataA
NcGalaxyShapeFactorData.The data is owned by the caller of the method. z_nodes-
Type:
NcmVectorThe z values at each quadrature node.
The data is owned by the caller of the method. out-
Type:
NcmVectorA
NcmVectorreceiving the shape likelihood at each node.The data is owned by the caller of the method.