Method

NumCosmoMathSplineset_len

Declaration [src]

void
ncm_spline_set_len (
  NcmSpline* s,
  guint len
)

Description [src]

This function sets len as the length of the spline, it allocates the necessary NcmVector. If it is already allocated with different length it frees the current vectors and allocates new ones.

Parameters

len

Type: guint

Number of knots in the spline.