Ugh, so simple! Thank you, sir.
On Thursday, February 20, 2014 4:58:27 PM UTC-6, Patrick O'Leary wrote:
>
> You don't need to specify all the parameters to a type; in particular,
> Array{T} is the type family of all arrays of arbitrary dimension with
> elements of type T.
>
> On Thursday, February 20, 2014 4:39:15 PM UTC-6, David Smith wrote:
>>
>> Probably a dumb question, but I can't find what I'm wanting.
>>
>> How do I turn this signature into one that is generic for any x that is
>> an Array of Float or Complex of any dimension?
>>
>> func(x::Array{Complex{Float64},1}, q::Float64)
>>
>>
>> Thanks!
>>
>