Navigation

Operators and Keywords

Function List:

C++ API

 Return the analytical kernel and normalization factor.

 [mu,K] = divand_kernel(n,alpha)
 [mu,K] = divand_kernel(n,alpha,r)

 Analytical (normalized) kernels for infinite domain in dimension n and for 
 coefficients alpha
 Input
   n: number of dimensions
   alpha: coefficients
   r (optional): distance from origin
 Output:
   K: kernel function evaluate at the values of r if present or a function handle
   mu: normalization factor

Package: divand