JuliaMath / Yeppp.jl

Yeppp! bindings
Other
55 stars 14 forks source link

Consistent interface with other vector libraries #9

Open simonbyrne opened 9 years ago

simonbyrne commented 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.

cc: @simonster, @eschnett

ViralBShah commented 9 years ago

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.