home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / sci / math / numanal / 3673 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.1 KB

  1. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!spool.mu.edu!agate!agate!hcobb
  2. From: hcobb@fly2.berkeley.edu (Henry J. Cobb)
  3. Newsgroups: sci.math.num-analysis
  4. Subject: LU decomposition on very large matrix.
  5. Date: 23 Dec 92 14:38:56
  6. Organization: /rubin/hcobb/.organization
  7. Lines: 13
  8. Distribution: inet
  9. Message-ID: <HCOBB.92Dec23143856@fly2.berkeley.edu>
  10. NNTP-Posting-Host: fly2.berkeley.edu
  11.  
  12.  
  13. I am interested in C code for the manipulation of a VERY large matrix.
  14. Basically, what I need to do is perform an LU decomposition on a matrix
  15. too large to operate on the whole thing at once.  Therefore, I need an
  16. algorithm that allows me to operate on chunks of the matrix at a time,
  17. and which allows an in-place LU decomposition, so that I can minimize
  18. the amount of disk storage necessary for the computations.  Any
  19. help is GREATLY appreciated.
  20. --
  21.     Henry J. Cobb    hcobb@fly2.berkeley.edu    SFB Tyrant
  22.     "Once it becomes possible to do something, it gets very difficult to
  23. undo it.  Whether its automobiles, computers or nuclear weapons, invention has
  24. always been the mother of necessity."
  25.