home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / sci / image / processi / 1691 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  1.7 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!zazen!post.its.mcw.edu!post.its.mcw.edu!usenet
  2. From: ttrusk@its.mcw.edu (Thomas Trusk)
  3. Newsgroups: sci.image.processing
  4. Subject: re: Singular Value Decomposition Algorithm
  5. Message-ID: <1jslv7INN8ie@post.its.mcw.edu>
  6. Date: 23 Jan 93 23:56:23 GMT
  7. References: <1jom89INNlhl@rs6000.bham.ac.uk>
  8. Reply-To: ttrusk@its.mcw.edu
  9. Organization: Medical College of Wisconsin
  10. Lines: 26
  11. NNTP-Posting-Host: pixel.cellbio.mcw.edu
  12.  
  13.  
  14. In article <1jom89INNlhl@rs6000.bham.ac.uk> stannaee@eee.bham.ac.uk (Mr. Eric E. Stannard) writes:
  15. >--
  16. >Does anyone have or know where to obtain an efficient routine to
  17. >calculate the Singular Value Decomposition of a real matrix. The
  18. >code would preferably be in C/C++ but Fortran is fine. 
  19. >Is there any free library routines available to do this available by
  20. >ftp?
  21. >
  22. >Thanks in advance.
  23. >
  24. What you want can be found in 
  25.  
  26. NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING
  27. Press WH et al, 1992, SECOND EDITION, Cambridge University Press
  28.  
  29. That topic is covered in chapter 2, and routines to implement the
  30. algorithms are provided. There is also a Numerical Recipes in FORTRAN
  31. version of the same ideas (also look for SECOND EDITION, 1992)
  32. *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*==*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
  33. *Dr. Thomas Trusk                    *                              *
  34. *Dept. of Cellular Biology & Anatomy * Email to ttrusk@its.mcw.edu  *
  35. *Medical College of Wisconsin        *                              *
  36. *Milwaukee, WI  53226                *                              *
  37. *(414) 257-8504                      *                              *
  38. *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*==*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
  39.