wolffd@0: function H = structKernelDiagMKL(Psi1, Psi2) wolffd@0: wolffd@0: H = Psi1(:)' * Psi2(:); wolffd@0: wolffd@0: end