arbenede

Results 4 issues of arbenede

This is more an idea/invitation than an issue. I have struggled for a long time to learn Measure Theory and never got much beyond the first few chapters of **many**...

I am trying to use ForwardDiff to compute the gradient of a cost function defined as the Sum of Square Differences (SSD) between two images with respect to the parameters...

It would be nice to have the equivalent of `np.diff()` for COO arrays.

type:enhancement

I am using `@log_sparse(stack_depth=8)` to trace a couple of functions (say `fun1()`, `fun2()`) however only some of the functions called by `fun1()` and `fun2()` are traced. I am using ```...