We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d808ec5 commit cc29350Copy full SHA for cc29350
fracdiff/apply_weights.py
@@ -2,6 +2,7 @@
2
import numba
3
4
5
+@numba.jit(nopython=True)
6
def apply_weights(x: np.ndarray, w: np.ndarray) -> np.ndarray:
7
m = w.shape[0]
8
z = w[0] * x
0 commit comments