JuliaLinearAlgebra / AppleAccelerate.jl

Julia interface to the macOS Accelerate framework
Other
96 stars 18 forks source link

Added elementwise mathematical operators #22

Closed rprechelt closed 8 years ago

rprechelt commented 8 years ago

Added elementwise addition, subtraction, multiplication and division. Also includes tests, documentation, and updates to @replaceBase to replace standard Julia operators for these functions.

rprechelt commented 8 years ago

Any thoughts on this before merging?