Function

NumCosmoMathSpline2dBicubicbi_bip1

Declaration [src]

void
ncm_spline2d_bicubic_bi_bip1 (
  NcmSplineCubic* sc,
  NcmVector* xv,
  NcmVector* yv,
  gsize i,
  gdouble* b_i,
  gdouble* b_ip1
)

Description

No description available.

Parameters

sc

Type: NcmSplineCubic

No description available.

The data is owned by the caller of the function.
xv

Type: NcmVector

No description available.

The data is owned by the caller of the function.
yv

Type: NcmVector

No description available.

The data is owned by the caller of the function.
i

Type: gsize

No description available.

b_i

Type: gdouble*

No description available.

The data is owned by the caller of the function.
b_ip1

Type: gdouble*

No description available.

The data is owned by the caller of the function.