Received from Walter White on Thu, Feb 25, 2016 at 08:48:59AM EST: > Hello, > > are there functions for linear interpolation and trapezoidal rule > integration in CUDA? > Something like interp1d or trapz in in Python and Matlab. > Or how would you do it? So far I am iterating trough a list manually. > > Kind regards, > Joe
There are 1D and 2D trapezoidal integration methods available in scikit-cuda, although their performance probably could be improved: http://scikit-cuda.readthedocs.org/en/latest/reference_integrate.html -- Lev Givon Bionet Group | Neurokernel Project http://lebedov.github.io/ http://neurokernel.github.io/ _______________________________________________ PyCUDA mailing list [email protected] https://lists.tiker.net/listinfo/pycuda
