[comp.lang.c++] c++ vector/matrix library ?

fritzke@immd2.informatik.uni-erlangen.de (B. Fritzke) (06/01/90)

Hi there,

I'm searching for a class library for computation with n-dimensional
vectors and n x m - dimensional matrices. 
For n=2 the AT&T complex library is very useful, but I need
arbitrary long vectors.

Any help is appreciated, thanks for your time,

Bernd Fritzke
------------------------------------------------------------------------
Martensstr. 3           
University of Erlangen
CS-Dep. IMMD II
8520 Erlangen/FRG       E-mail: fritzke@immd2.informatik.uni-erlangen.de
------------------------------------------------------------------------

daniel@ux1.cso.uiuc.edu (Daniel Pommert) (06/01/90)

I have a similar, but more general need.  Has anyone implemented the
BLAS (Basic Linear Algebra Subroutines) as a class library?

We are running a Convex 220 and neither g++ nor C++ vectorize.  There
is, however, a highly vectorized library of column major (Fortran)
subroutines which encompasses BLAS I, II, and III as well as some fft
and eigenvalue stuff.  Having a class library which defined such vector
and matrix objects and accessed this library would be very useful.

-- 
-- Daniel Pommert

email.internet:	pommert@uiuc.edu	email.bitnet:	daniel@uiucvmd
phone:	(217) 333-8629