Method

NumCosmoMathSpline2deval

Declaration [src]

gdouble
ncm_spline2d_eval (
  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 value of a function computed at the point (x, y).