JuliaMath / Yeppp.jl

Yeppp! bindings
Other
55 stars 14 forks source link

Added Float32 versions of arithmetic functions #25

Closed rprechelt closed 8 years ago

rprechelt commented 8 years ago

I added Float32 support for the Yeppp functions that support it (only a small number actually support non-Float64 values). I also changed the test suite so that it tests both the Float32 and Float64 versions.

  1. add
  2. subtract
  3. multiply
  4. max
  5. min
  6. sum
  7. sumabs2
ViralBShah commented 8 years ago

Needs a rebase.

rprechelt commented 8 years ago

Rebased and ready to merge.