JuliaLinearAlgebra / AppleAccelerate.jl

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

AppleAccelerate.exp() operation on Complex{Float64} not possible #5

Closed joanwa closed 8 years ago

joanwa commented 8 years ago

is it by design that the AppleAccelerate.exp() can not operate on Array{Complex{Float64},1}, only on Array{Float64,1} ?

Just wondering? Would be really great if that would also work!

simonbyrne commented 8 years ago

Accelerate doesn't provide any complex math functions (see the full list).

There is a cis function though, which at least gets you part of the way there.