home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / cplus / 18357 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  971 b 

  1. Path: sparky!uunet!dtix!darwin.sura.net!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!sun4nl!cwi.nl!dijk
  2. From: dijk@cwi.nl (Valentijn van Dijk)
  3. Newsgroups: comp.lang.c++
  4. Subject: classes needed for tree of vectors
  5. Summary: classes needed for tree of vectors
  6. Keywords: vectors,matrix,graphs
  7. Message-ID: <8462@charon.cwi.nl>
  8. Date: 23 Dec 92 16:24:58 GMT
  9. Sender: news@cwi.nl
  10. Lines: 18
  11.  
  12.  
  13. I haven't done very much programming in c++, but I need a library
  14. which has the following:
  15.  
  16. datatype Tree, including elementary operations like traversal.
  17.      Set,  only very simple operations needed
  18.      Vectors, of up to 10 elements
  19.  
  20.      Some simple matrix operations to work in conjunction with the
  21.      vectors would be welcome as well. The matrix and vector
  22.      packages I've seen (i.e. Newmat06) are much too big and
  23.      complex for my purposes. All I want to build really is a tree
  24.      of vectors to which I can add, delete and traverse.
  25.  
  26.      Who can help?
  27.  
  28.      Valentijn van Dijk (dijk@cwi)
  29.      
  30.