Function
NumCosmoMathSpline2dBicubicfij_to_aij
Declaration [src]
void
ncm_spline2d_bicubic_fij_to_aij (
NcmSpline2dBicubicCoeffs* sf,
const gdouble dx,
const gdouble dy,
NcmSpline2dBicubicCoeffs* sa
)
Parameters
sf-
Type:
NcmSpline2dBicubicCoeffsNo description available.
The data is owned by the caller of the function. dx-
Type:
const gdoubleNo description available.
dy-
Type:
const gdoubleNo description available.
sa-
Type:
NcmSpline2dBicubicCoeffsNo description available.
The data is owned by the caller of the function.