Function
NumCosmoMathFunctionCacheclear
Declaration [src]
void
ncm_function_cache_clear (
NcmFunctionCache** cache
)
Description [src]
Decrease the reference count of cache by one, and sets the pointer *cache to
NULL.
Parameters
cache-
Type:
NcmFunctionCacheA
NcmFunctionCache.The data is owned by the caller of the function.