Method

NumCosmoMathSplineRBFset_shape_params

Declaration [src]

void
ncm_spline_rbf_set_shape_params (
  NcmSplineRBF* rbf,
  NcmVector* shape_params
)

Description [src]

Sets the RBF shape parameters to shape_params.

Parameters

shape_params

Type: NcmVector

A NcmSplineRBFType.

The data is owned by the caller of the method.