Method

NumCosmoMathSplinecopy_empty

Declaration [src]

NcmSpline*
ncm_spline_copy_empty (
  const NcmSpline* s
)

Description [src]

This function copies the spline s into an initialized empty NcmSpline of a specific type.

Return value

Type: NcmSpline

A NcmSpline.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.