[Haskell-cafe] matrix computations based on the GSL
Henning Thielemann
lemming at henning-thielemann.de
Thu Jul 7 11:40:26 EDT 2005
On Thu, 7 Jul 2005, Henning Thielemann wrote:
> >> fft([1,0;0,0])
>
> ans =
>
> 1 0
> 1 0
Also funny:
>> conv([1;1],[1,1])
ans =
1 2 1
>> conv([1;1;1],[1,1])
ans =
1
2
2
1
More information about the Haskell-Cafe
mailing list