Method

NumCosmoMathSpline2dderiv_dzdx

Declaration [src]

gdouble
ncm_spline2d_deriv_dzdx (
  NcmSpline2d* s2d,
  gdouble x,
  gdouble y
)

Description

No description available.

Parameters

x

Type: gdouble

X-coordinate value.

y

Type: gdouble

Y-coordinate value.

Return value

Type: gdouble

The interpolated derivative $\mathrm{d}z/\mathrm{d}x$ computed at the point (x, y).