Method

NumCosmoMathSplinepeek_acc

Declaration [src]

gint*
ncm_spline_peek_acc (
  NcmSpline* s
)

Description [src]

This function returns the spline accelerator if it is enabled. Otherwise, it returns NULL.

This method is not directly available to language bindings.

Return value

Type: gint*

A #gsl_interp_accel.

The returned data is owned by the instance.