Open simonbyrne opened 9 years ago
It might be useful figuring out a consistent interface with other vector math libraries. Related packages:
In particular, it would be great if we could interface this with the @fastmath macro in 0.4.
@fastmath
cc: @simonster, @eschnett
FWIW, I requested this to unify some of this work
https://github.com/simonster/VML.jl/issues/2
I guess stuff like NumericExtensions.jl and InplaceOps.jl is also relevant.
It might be useful figuring out a consistent interface with other vector math libraries. Related packages:
In particular, it would be great if we could interface this with the
@fastmath
macro in 0.4.cc: @simonster, @eschnett