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