Constructor

NumCosmoMathMSetnew

Declaration [src]

NcmMSet*
ncm_mset_new (
  gpointer model0,
  GError** error,
  ...
)

Description [src]

Creates a new NcmMSet with the models passed as arguments.

This constructor is not directly available to language bindings.

Parameters

model0

Type: gpointer

A NcmModel.

The argument can be NULL.
The data is owned by the caller of the function.
error

Type: GError

A GError.

The data is owned by the caller of the function.
...

Type: 

A null terminated list of NcmModel.

Return value

Type: NcmMSet

A new NcmMSet.

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