dmnorm_gp2Scale (and rmnorm_gp2Scale) calculate the usual Gaussian
likelihood for a fixed set of parameters (but with sparse matrices). Finally,
the distributions must be registered within nimble.
dmnorm_gp2Scale(x, mean, Cov, N, Nnz, log = 1)Returns the Gaussian likelihood using the gp2Scale sparse covariance.
Vector of measurements
Vector of mean values
Matrix of size N x N; sparse kernel
Number of measurements in x
Number of measurements in x
Logical; should the density be evaluated on the log scale.