Just an FYI, this expression : https://github.com/cgeoga/BesselK.jl/blob/main/paperscripts/testing/notinuse/matern_derivative_speed.jl#L7-L18
doesn't actually do what it seems like! Currently, writing (@foo x, @foo y) is parsed as (@foo(x, @foo(y))), not (@foo(x), @foo(y)) though changing that is currently under consideration in JuliaLang/julia#36547
Just an FYI, this expression : https://github.com/cgeoga/BesselK.jl/blob/main/paperscripts/testing/notinuse/matern_derivative_speed.jl#L7-L18
doesn't actually do what it seems like! Currently, writing
(@foo x, @foo y)is parsed as(@foo(x, @foo(y))), not(@foo(x), @foo(y))though changing that is currently under consideration in JuliaLang/julia#36547