Method
NumCosmoMathSplineget_yv
Declaration [src]
NcmVector*
ncm_spline_get_yv (
NcmSpline* s
)
Description [src]
This function returns the s NcmVector of the values of the function to be interpolated.
Return value
Type: NcmVector
A NcmVector.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |