JuliaLinearAlgebra / AppleAccelerate.jl

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

Add some more functions and improve broadcasting support #69

Closed christiangnrd closed 3 weeks ago

christiangnrd commented 3 months ago

This adds the missing sum and mean functions, along with the vector-scalar basic arithmetic functions.

I also tried to improve broadcasting support.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 59.57447% with 19 lines in your changes are missing coverage. Please review.

Project coverage is 73.22%. Comparing base (51fd613) to head (f5c2d71).

Files Patch % Lines
src/Array.jl 68.42% 12 Missing :warning:
src/Util.jl 22.22% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #69 +/- ## ========================================== - Coverage 80.72% 73.22% -7.51% ========================================== Files 4 4 Lines 192 239 +47 ========================================== + Hits 155 175 +20 - Misses 37 64 +27 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.