Method

NumCosmoMathBootstrapget_sortncomp

Declaration [src]

GArray*
ncm_bootstrap_get_sortncomp (
  NcmBootstrap* bstrap
)

Description [src]

Fills an array with the sorted indexes followed by the number of times they appear.

Return value

Type: An array of guint

The sorted array of indexes and frequencies.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.