Method

NumCosmoMathSpline2dpeek_acc_y

Declaration [src]

gint*
ncm_spline2d_peek_acc_y (
  NcmSpline2d* s2d
)

Description [src]

Get the #gsl_interp_accel of the NcmSpline2d in the y-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 y-direction.

The returned data is owned by the instance.