accelerated¶
Accelerated algorithms¶
This module contains miscellaneous Numba-accelerated algorithms.
Functions
Serial Numba-accelerated sum of the cosines of the elements of a one-dimensional NumPy array \(\mathbf{x}\). |
|
Serial Numba-accelerated row-wise sum of the cosines of the elements of a two-dimensional NumPy array \(\mathbf{xs}\). |
|
Serial in-place Numba-accelerated row-wise sum of the cosines of the elements of a two-dimensional NumPy array \(\mathbf{xs}\). |
|
Parallel in-place Numba-accelerated row-wise sum of the cosines of the elements of a two-dimensional NumPy array \(\mathbf{xs}\). |
|
Parallel Numba-accelerated row-wise sum of the cosines of the elements of a two-dimensional NumPy array \(\mathbf{xs}\). |
|
Serial Numba-accelerated Fourier transform of a Dirac delta function involving two one-dimensional NumPy arrays \(\mathbf{q}\) and \(\mathbf{r}\), each with shape \((3,)\). |
|
Serial Numba-accelerated Fourier transforms of Dirac delta functions involving all possible combinations of multiple one-dimensional NumPy arrays \(\mathbf{q}\) and \(\mathbf{r}\), each with shape \((3,)\). |
|
Parallel Numba-accelerated Fourier transforms of Dirac delta functions involving all possible combinations of multiple one-dimensional NumPy arrays \(\mathbf{q}\) and \(\mathbf{r}\), each with shape \((3,)\). |
|
Serial Numba-accelerated dot product between two one-dimensional NumPy arrays \(\mathbf{a}\) and \(\mathbf{b}\), each with shape \((3,)\). |
|
Serial Numba-accelerated inner product between all possible combinations of multiple one-dimensional NumPy arrays \(\mathbf{q}\) and \(\mathbf{r}\), each with shape \((3,)\). |
|
Parallel Numba-accelerated inner product between all possible combinations of multiple one-dimensional NumPy arrays \(\mathbf{q}\) and \(\mathbf{r}\), each with shape \((3,)\). |
|
Serial Numba-accelerated evaluation of the Pythagorean trigonometric identity for a one-dimensional NumPy array \(\mathbf{r}\). |
|
Serial Numba-accelerated evaluation of the cross Pythagorean trigonometric identity for two one-dimensional NumPy arrays \(\mathbf{r}\) and \(\mathbf{s}\). |
|
Serial Numba-accelerated sum of the sines of the elements of a one-dimensional NumPy array \(\mathbf{x}\). |
|
Serial Numba-accelerated row-wise sum of the sines of the elements of a two-dimensional NumPy array \(\mathbf{xs}\). |
|
Serial in-place Numba-accelerated row-wise sum of the sines of the elements of a two-dimensional NumPy array \(\mathbf{xs}\). |
|
Parallel in-place Numba-accelerated row-wise sum of the sines of the elements of a two-dimensional NumPy array \(\mathbf{xs}\). |
|
Parallel Numba-accelerated row-wise sum of the sines of the elements of a two-dimensional NumPy array \(\mathbf{xs}\). |