Function

NumCosmoMathSpline2dBicubicfij_to_aij

Declaration [src]

void
ncm_spline2d_bicubic_fij_to_aij (
  NcmSpline2dBicubicCoeffs* sf,
  const gdouble dx,
  const gdouble dy,
  NcmSpline2dBicubicCoeffs* sa
)

Description

No description available.

Parameters

sf

Type: NcmSpline2dBicubicCoeffs

No description available.

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

Type: const gdouble

No description available.

dy

Type: const gdouble

No description available.

sa

Type: NcmSpline2dBicubicCoeffs

No description available.

The data is owned by the caller of the function.