Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!munnari.oz.au!asgard!pic From: pic@mlb.dmt.csiro.au (Peter Corke) Newsgroups: comp.lang.c++ Subject: Matrix class for G++ Message-ID: <127@asgard.mlb.dmt.csiro.au> Date: 24 Oct 90 07:32:39 GMT Organization: CSIRO Division of Manufacturing Technology, Melbourne, Australia Lines: 12 Does anybody have, or know where I could get, a Matrix/Vector class with overloaded operators for standard arithmetic operations. I'd like it to be pretty efficient, ie/ not too much copying of data between objects. I tried writing my own but ran into problems with either too much data copying in constructors, or else lumps of heap storage becoming detached... Please reply by email. Thanks, Peter