home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / pascal / 4599 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1007 b   |  26 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!jato!csi!rrunner!eldred
  3. From: eldred@rrunner.jpl.nasa.gov (Dan Eldred)
  4. Subject: Matrix routines in pascal
  5. Message-ID: <1992Jul29.162918.13707@csi.jpl.nasa.gov>
  6. Sender: usenet@csi.jpl.nasa.gov (Network Noise Transfer Service)
  7. Nntp-Posting-Host: rrunner
  8. Organization: Jet Propulsion Laboratory
  9. Distribution: usa
  10. Date: Wed, 29 Jul 1992 16:29:18 GMT
  11. Lines: 13
  12.  
  13.  
  14. For people who attempt to do numerical programming in pascal:  how
  15. do you handle matrices?  In particular, what approach do you use to
  16. create general purpose routines like matrix multiply, inversion,
  17. eigensystems, etc.?  If you have a pascal compiler that allows
  18. conformant arrays, this is pretty easy--either do Fortran style
  19. calls in which the dimensions are passed as parameters, or pass
  20. a record structure which has the dimensions embedded.  But I'm
  21. having trouble coming up with a satisfactory strategy for ANS
  22. pascal (i.e. Think Pascal 4.0 on the Mac).  Suggestions?
  23.  
  24.     - Dan
  25.  
  26.