Standard library strided math functions.
-
Updated
May 26, 2025 - JavaScript
Standard library strided math functions.
Strided array math operations.
Base strided.
C++ CUDA-compatible template class that provides an interface for generic purpose matrix related algorithms and computations. Includes Matlab-like functions. This is mainly an example of how to use CUDA code with C++. Don't expect such high performance.
Standard library strided array special math functions.
Standard library special math functions.
Compute the multiplicative inverse for each element in a strided array.
Compute the arccosine of each element retrieved from an input strided array via a callback function.
Element-wise addition of two strided arrays.
Compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.
Compute the Bessel function of the first kind of order one for each element retrieved from an input strided array via a callback function.
Compute the arcsine of each element retrieved from an input strided array via a callback function.
Compute the Bessel function of the first kind of order zero for each element retrieved from an input strided array via a callback function.
Add a description, image, and links to the element-wise topic page so that developers can more easily learn about it.
To associate your repository with the element-wise topic, visit your repo's landing page and select "manage topics."