Constructor

NumCosmoMathFunctionSampleSetnew

Declaration [src]

NcmFunctionSampleSet*
ncm_function_sample_set_new (
  const guint len
)

Description [src]

Creates a new NcmFunctionSampleSet for storing samples of a vector-valued function with output dimension len.

Parameters

len

Type: const guint

Dimension of the vector-valued function output.

Return value

Type: NcmFunctionSampleSet

A new NcmFunctionSampleSet.

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