Nick
Nick
Currently, this repo uses x86 intrinsics which cause it to fail to compile on ARM. Is there any way to support ARM/Neon intrinsics?
Virtualenv settings: ``` (feynman) tmp$ python3 Python 3.9.9 (main, Nov 21 2021, 03:16:13) [Clang 13.0.0 (clang-1300.0.29.3)] on darwin (feynman) tmp$ python3 -m pip install aifeynman ~/tmp/lib/python3.9/site-packages/numpy/distutils/checks/cpu_asimdfhm.c:13:35: error: implicit declaration of...
Hopefully this isn't noise, but after reading the documentation, I didn't see a natural way to create a progress bar which displays progress to exceed a real-valued parameter. For example,...
In Polynomials.jl, we can use an `OffsetArray` to easily construct Laurent polynomials: ```julia julia> using OffsetArrays julia> using Polynomials julia> o = OffsetArrays{Float64}(ones(5), -1:3) julia> p = LaurentPolynomial(o) LaurentPolynomial(1.0*x⁻¹ +...
**Describe the bug** `gak(x,y)` returns `nan` for all `x,y`. **To Reproduce** ```python import random import numpy from math import pi as π from tslearn.metrics import sigma_gak, gak def test_reproduce(): f0...
Pretty trivial low priority bug: ```julia julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help,...
In [this PR](https://github.com/boostorg/math/pull/255), I use `std::upper_bound` to calculate the empirical cumulative distribution function. However, the principle use of this function is in a quadrature, where each call to the function...
- Modified Clenshaw recurrence for all special functions governed by 3-term recurrence relations. - Higher dimensional interpolation (Akima has a natural generalization to higher dimensions, but there's some work on...
Compiler support is coming along, and we have a standalone which I assume is half the work.