JuliaLinearAlgebra / AppleAccelerate.jl

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

Implementation of additional array functions #21

Closed rprechelt closed 8 years ago

rprechelt commented 8 years ago

Had some time on a flight so I implemented some additional array functions. All the names are consistent with the names in Base where possible and they all have tests. Let me know if there are any changes that need to be made! The following functions were implemented:

1) maximum 2) minimum 3) findmin 4) findmax 5) mean 6) meansqr 7) meanmag 8) sum

simonbyrne commented 8 years ago

LGTM