Dario Seyb
Dario Seyb
Thanks for the reply! That clarifies things. I'll try to look at examples in the mitsuba3 repo to get some idea of what the "proper" way to do this is....
Update: I did some working out by hand and found that I can do this relatively cleanly (though a bit wastefully) using the hessian. $$ D^2_{v_x,v_y} k(x,y) = \sum_{j=1}^d (...
Thanks for the comment and actually looking through the code! I have to admit that my GDPT implementation is *very* lacking. I basically only went far enough to understand the...