Method

NumCosmoMathSpline2dpeek_acc_x

Declaration [src]

gint*
ncm_spline2d_peek_acc_x (
  NcmSpline2d* s2d
)

Description [src]

Get the #gsl_interp_accel of the NcmSpline2d in the x-direction. This method is intended for internal use only.

This method is not directly available to language bindings.

Return value

Type: gint*

The #gsl_interp_accel of the NcmSpline2d in the x-direction.

The returned data is owned by the instance.