Method

NumCosmoMathSplineFuncTestpeek_current_params

Declaration [src]

NcmVector*
ncm_spline_func_test_peek_current_params (
  NcmSplineFuncTest* sft
)

Description [src]

A NcmVector with the currrent parameters value in the same order as in the user provided in NcmMatrix par_info.

This function is necessary when #NCM_SPLINE_FUNC_TEST_TYPE_USER is applied.

Return value

Type: NcmVector

A pointer to the currrent parameters vector.

The returned data is owned by the instance.