Function

NumCosmoMathObjArraysized_new

Declaration [src]

NcmObjArray*
ncm_obj_array_sized_new (
  guint n
)

Description [src]

Creates a new NcmObjArray with n elements preallocated.

Parameters

n

Type: guint

Initial allocation size.

Return value

Type: NcmObjArray

A new NcmObjArray.

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