From 4916900233895880772
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,f01e31656bf9e9f6
X-Google-Attributes: gidf78e5,public
X-Google-ArrivalTime: 1994-03-29 11:06:53 PST
Path: gmd.de!xlink.net!rz.uni-karlsruhe.de!news.uni-ulm.de!news.belwue.de!news.dfn.de!news.dfn.de!news.dkrz.de!dscomsa.desy.de!CERN.ch!EU.net!howland.reston.ans.net!usc!nic-nac.CSU.net!news.Cerritos.edu!news.Arizona.EDU!lpl.arizona.edu!schulze
From: schulze@lpl.arizona.edu (Dean Schulze)
Newsgroups: comp.std.c++
Subject: Re: Numeric classes in standard library
Date: 29 Mar 1994 19:06:53 GMT
Organization: Lunar and Planetary Laboratory - West
Lines: 22
Distribution: usa
Message-ID: <2n9u8d$aml@auggie.CCIT.Arizona.EDU>
References: <2n9mpl$6l0@news.tamu.edu>
Reply-To: schulze@asgard.lpl.arizona.edu
NNTP-Posting-Host: ajax.lpl.arizona.edu

    Kevin Copps writes:

>The commitee has also been looking at adding some type of 
>classes for numerical and scientific computation, e.g., vector 
>and matrix classes. Does anyone know of the latest word on 
>these?

>Are there any preliminary examples or documentation on 
>the numerical classes the committee is considering? What are the major
>issues they are debating?

    I don't know what the committee has been considering, but here's something
that they should consider about vector and matrix classes.  The LAPack group,
led by Jack Dongarra, is developing LAPack++, a C++ implementation of the
ubiquitous Fortran LAPack.  Version 0.9 of LAPack++ is now available from
netlib.att.com in pub/netlib/c++/lapack++.

    If X3J16 wants to make numeric classes part of the standard C++ libraries,
and they should, LAPack++ should be given **serious consideration by those who
know and care about numeric computing**.  (This leaves Stroustrup out.)

Dean Schulze


