Constructor

NumCosmoMathSerializenew

Declaration [src]

NcmSerialize*
ncm_serialize_new (
  NcmSerializeOpt sopt
)

Description [src]

Creates a new NcmSerialize object.

Parameters

sopt

Type: NcmSerializeOpt

A set of options from NcmSerializeOpt.

Return value

Type: NcmSerialize

A new NcmSerialize.

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