Method

NumCosmoMathStatsDistKerneleval_unnorm_vec

Declaration [src]

void
ncm_stats_dist_kernel_eval_unnorm_vec (
  NcmStatsDistKernel* sdk,
  NcmVector* chi2,
  NcmVector* Ku
)

Description [src]

Computes the unnormalized kernel at $\chi^2=$chi2 for all elements of chi2 and store the results at Ku.

Parameters

chi2

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.
Ku

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.