RE: haskell arrays....

2000-02-11 Thread Sigbjorn Finne


The "Gentle Introduction" covers arrays in some detail;

  http://haskell.org/tutorial/

In terms of code, there's a bunch of old'ish (=> bitrotting)
'numeric methods' code in 

  ftp://ftp.dcs.gla.ac.uk/pub/haskell/library/

contributed by Stephen Bevan.

--sigbjorn

Simon Peyton-Jones <[EMAIL PROTECTED]> writes:
> 
> Does anyone know of a good source of tutorial material on 
> Haskell arrays?  Anyone feel like typing something into
> the Haskell Wiki?
> 
> Incidentally, the front page of the Haskell Wiki 
>   http://haskell.org/wiki/wiki
> is rather unhelpful.  Not even a table of contents. No clue
> as to what this is, etc.
> 
> Simon
> 
> | -Original Message-
> | From: Siva P Pochiraju [mailto:[EMAIL PROTECTED]]
> | Sent: 11 February 2000 01:29
> | To: Simon Peyton-Jones
> | Subject: haskell arrays
> | 
> | 
> | 
> | Hello sir,
> | 
> | I am a Master's student at Univeristy of Texas @ San Antonio.
> | I got your e-mail from microisoft research page.
> | 
> | currently i am working on, Glasgow haskell, gransim .
> | what i am looking for is some example to use arrays in haskell.
> | i want to see the performance of parallel fft when lists are 
> | replaced by
> | arrays .
> | 
> | i am trying hard but could not find the help (in books as 
> | well as in user
> | guides)
> | 
> | could you tell me where can i find such help.
> | 
> | thanks in advance
> | siva
> | 
> | 
> 



Re: haskell arrays....

2000-02-11 Thread John Atwood

Siva,

Are you aware of chapter 6 of the Haskell 98 Library Report:
   http://haskell.org/onlinelibrary/array.html

There are a couple of examples of using arrays there which might be
enough to get you started. 


Also, if you're looking at FFT, FPs, and paralelism, you'll probably be
interested in "The fastest Fourier Transform in the West":  
  http://www.fftw.org/


John Atwood
---
Simon Peyton-Jones wrote:
> 
> Does anyone know of a good source of tutorial material on 
> Haskell arrays?  Anyone feel like typing something into
> the Haskell Wiki?
> | -Original Message-
> | From: Siva P Pochiraju [mailto:[EMAIL PROTECTED]]
> | Sent: 11 February 2000 01:29
> | To: Simon Peyton-Jones
> | Subject: haskell arrays
> | 
> | Hello sir,
> | 
> | I am a Master's student at Univeristy of Texas @ San Antonio.
> | I got your e-mail from microisoft research page.
> | 
> | currently i am working on, Glasgow haskell, gransim .
> | what i am looking for is some example to use arrays in haskell.
> | i want to see the performance of parallel fft when lists are 
> | replaced by
> | arrays .
> | 
> | i am trying hard but could not find the help (in books as 
> | well as in user
> | guides)
> | 
> | could you tell me where can i find such help.
> | 
> | thanks in advance
> | siva



RE: haskell arrays....

2000-02-11 Thread Simon Peyton-Jones

Does anyone know of a good source of tutorial material on 
Haskell arrays?  Anyone feel like typing something into
the Haskell Wiki?

Incidentally, the front page of the Haskell Wiki 
http://haskell.org/wiki/wiki
is rather unhelpful.  Not even a table of contents. No clue
as to what this is, etc.

Simon

| -Original Message-
| From: Siva P Pochiraju [mailto:[EMAIL PROTECTED]]
| Sent: 11 February 2000 01:29
| To: Simon Peyton-Jones
| Subject: haskell arrays
| 
| 
| 
| Hello sir,
| 
| I am a Master's student at Univeristy of Texas @ San Antonio.
| I got your e-mail from microisoft research page.
| 
| currently i am working on, Glasgow haskell, gransim .
| what i am looking for is some example to use arrays in haskell.
| i want to see the performance of parallel fft when lists are 
| replaced by
| arrays .
| 
| i am trying hard but could not find the help (in books as 
| well as in user
| guides)
| 
| could you tell me where can i find such help.
| 
| thanks in advance
| siva
| 
|