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
)
Parameters
sc-
Type:
NcmSplineCubicNo description available.
The data is owned by the caller of the function. xv-
Type:
NcmVectorNo description available.
The data is owned by the caller of the function. yv-
Type:
NcmVectorNo description available.
The data is owned by the caller of the function. i-
Type:
gsizeNo 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.