home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / apl / 1362 < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.6 KB  |  39 lines

  1. Newsgroups: comp.lang.apl
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!jato!csi!sam
  3. From: sam@csi.jpl.nasa.gov (Sam Sirlin)
  4. Subject: Re: Weaning  myself from Matlab: is APL a viable alternative for scientific programming and signal processing?
  5. Message-ID: <1993Jan23.020433.25362@csi.jpl.nasa.gov>
  6. Originator: sam@kalessin
  7. Sender: usenet@csi.jpl.nasa.gov (Network Noise Transfer Service)
  8. Nntp-Posting-Host: kalessin
  9. Organization: Jet Propulsion Laboratory, Pasadena, CA
  10. References: <IBE1109.93Jan17152519@etbsun1.draper.com> <WEG.93Jan19140548@mace.cc.purdue.edu>
  11. Date: Sat, 23 Jan 1993 02:04:33 GMT
  12. Lines: 25
  13.  
  14.  
  15. In article <WEG.93Jan19140548@mace.cc.purdue.edu>, weg@mace.cc.purdue.edu (Eythan Weg) writes:
  16. |> Can someone try to build a linear algebra (for example) version of J?
  17. |> It seems to be very simple had I known C.  The components are there,
  18. |> free, as I am told by this group.  Is it not a matter of compilation
  19. |> with few extra defintions for LinkJ?  So, where is your hacking
  20. |> spirit?  Any volunteers?
  21.  
  22. What would need to be done:
  23.  
  24.  - pick the right functionality from LAPACK etc, the minimum imho
  25.    would be general qr and qz
  26.  - use f2c to translate the routines, probably ignoring possible
  27.    inefficiencies (?) from column/row orientation reversal to start with
  28.  - link them into J
  29.  
  30. I'm familiar with the first 2, having done the same sort of thing to
  31. get domino working in the compiler I'm hacking. But I haven't used
  32. linkJ yet... I do intend to do this someday, but seeing as I have lots
  33. of other things to due these days can't say when.
  34.  
  35. -- 
  36. Sam Sirlin
  37. Jet Propulsion Laboratory         sam@kalessin.jpl.nasa.gov
  38.  
  39.