Method

NumCosmoMathFunctionCacheinsert_vector

Declaration [src]

void
ncm_function_cache_insert_vector (
  NcmFunctionCache* cache,
  gdouble x,
  NcmVector* p
)

Description [src]

Insert a new point in the cache.

Parameters

x

Type: gdouble

The argument $x$.

p

Type: NcmVector

Function value at $x$.

The data is owned by the caller of the method.