Constructor

NumCosmoMathSplineRBFnew

Declaration [src]

NcmSplineRBF*
ncm_spline_rbf_new (
  NcmSplineRBFType type_id
)

Description [src]

Creates a new RBF using type_id.

Parameters

type_id

Type: NcmSplineRBFType

A NcmSplineRBFType.

Return value

Type: NcmSplineRBF

A newly created NcmSplineRBF.

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