home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / cplus / 18037 < prev    next >
Encoding:
Text File  |  1992-12-15  |  830 b   |  21 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!comp.vuw.ac.nz!cc-server4.massey.ac.nz!pnv.palm.cri.nz!hrpctw
  3. From: news@massey.ac.nz (USENET News System)
  4. Subject: A Matrix Class
  5. Message-ID: <hrpctw.8@pnv.palm.cri.nz>
  6. Organization: DSIR, Palmerston North, New Zealand
  7. Date: Wed, 16 Dec 92 01:04:52 GMT
  8. Lines: 11
  9.  
  10. Has anybody written a set of matrix multiplication routines that use the
  11. operator over riding capabilities of C++?  I need something like this for
  12. some vector manipulations I'm doing, standard X Y Z H vectors and 4x4
  13. matrices.  I need all the normal operations, like multiplication, addition,
  14. dot and cross product.  If anyone out there has already done all, or some
  15. of this, I would be extremely grateful if they would let me have their
  16. source code, preferably be posting it here.
  17.  
  18. Thanks in advance
  19.  
  20. Colin Wilson-Salt
  21.