Method
NumCosmoMathSplineVecderiv_array
Declaration [src]
void
ncm_spline_vec_deriv_array (
NcmSplineVec* sv,
const gdouble x,
GArray** res
)
Description [src]
Evaluates the derivative of the vector function at x and stores the result
in res. If *res is NULL, a new GArray is created. Otherwise, the
existing array is reused.