Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!uhccux!munnari.oz.au!comp.vuw.ac.nz!windy!srwmrbd From: SRWMRBD@windy.dsir.govt.nz (ROBERT) Newsgroups: comp.lang.c++ Subject: vector/matrix package upgrade Message-ID: <641@windy.dsir.govt.nz> Date: 30 Aug 89 08:52:57 GMT Organization: DSIR Wellington, NZ Lines: 14 Upgrade of vector/matrix package. I have distributed an upgrade of the file matrix.hxx to people who requested copies of my vector/matrix package. Please contact me if you haven't got your copy. With this upgrade the package does compile under the new version of Glockenspiel C++ for MsDos (you need to break matrix.cxx into two parts to get it to fit on a PC). The vector/matrix package is intended for the manipulation of large matrices. It implements the * + - transpose, invert and linear equation solve for rectangular, triangular, diagonal and symmetric matrices. It does not yet have any special matrix functions (like eigenvalue).