Function for computing the gradient of the fixedvariance kernel.
As the parameters of the fixedvariance kernel are fixed, the
gradient equals zero. This function is written to comply with
the gptk package.
fixedvarianceKernGradient(kern, x, x2, covGrad)GP kernel structure which contains the fixed variances.
x
x2
covGrad
Return value for the gradient of fixedvariance kernel.