FHof / torchquad

Multidimensional numerical integration on the GPU using PyTorch
https://www.esa.int/gsp/ACT/open_source/torchquad/
GNU General Public License v3.0
0 stars 0 forks source link

Use autoray's numpy mimic instead of torch for tensor operations #2

Closed FHof closed 2 years ago

FHof commented 3 years ago

Numpy and JAX as numerical backends are now supported in Trapezoid, Simpson, Boole and MonteCarlo.

FHof commented 2 years ago

I've added 4 new commits: