Yeppp.jl
Yeppp.jl copied to clipboard
Yeppp! bindings
You're receiving this pull request because the now-deprecated [Julia TagBot GitHub App](https://github.com/apps/julia-tagbot) is installed for this repository. This pull request installs [TagBot as a GitHub Action](https://github.com/marketplace/actions/julia-tagbot). If this PR does...
negate!() is not defined (but README.md said it's defined)
I found this to be a major problem in my application. anything one could do here? (I would be happy with anything **but** returning a number) ``` julia> Yeppp.log([NaN]) 1-element...
I have found this package quite useful, but it seems to lack support for common types such as views of arrays. Hope you like it. Notable things: * I added...
`Yeppp.exp!` gives wrong result without any warning if using 32-bit Julia if the system is actually 64-bit. I am not sure how to decide if the system is 64-bit or...
Tests performed on 64-bit Windows Intel Haswell CPU with Julia v0.3.7 using OpenBLAS v0.2.14 extracted from Julia v0.4 nightly: ``` blas_set_num_threads(CPU_CORES) const v=ones(Float64,100000) @time for k=1:1000000;s=dot(v,v);end #23.7 seconds, single-threaded using...
It might be useful figuring out a consistent interface with other vector math libraries. Related packages: - [VML.jl](https://github.com/simonster/VML.jl) - [AppleAccelerate.jl](https://github.com/simonbyrne/AppleAccelerate.jl) In particular, it would be great if we could interface...