Topic: wanted: implementation of valarray
Author: krueger@majestix.bauwesen.th-darmstadt.de (Robert Krueger)
Date: 1996/10/01 Raw View
Hi,
anyone out there know where to find an implementation of valarray, specified in
the current ANSI draft?
Any hints appreciated,
Robert
---
[ comp.std.c++ is moderated. To submit articles: Try just posting with your
newsreader. If that fails, use mailto:std-c++@ncar.ucar.edu
comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
Moderation policy: http://reality.sgi.com/austern/std-c++/policy.html
Comments? mailto:std-c++-request@ncar.ucar.edu
]
Author: vandevod@cs.rpi.edu (David Vandevoorde)
Date: 1996/10/01 Raw View
>>>>> "RK" == Robert Krueger writes:
RK> anyone out there know where to find an implementation of valarray,
RK> specified in the current ANSI draft?
This is actually an FAQ:
RK> comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
It says:
7.Where can I get a free implementation of some of the other new parts
of the standard library?
Daveed Vandevoorde has written a partial implementation of the
valarray templates; you can get it from
ftp://ftp.cs.rpi.edu/pub/vandevod/Valarray.
Although many things you'd do with DWP conforming valarrays are done
exactly the same way using those implementations, be aware that there
are currently some significant differences as well.
Daveed
---
[ comp.std.c++ is moderated. To submit articles: Try just posting with your
newsreader. If that fails, use mailto:std-c++@ncar.ucar.edu
comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
Moderation policy: http://reality.sgi.com/austern/std-c++/policy.html
Comments? mailto:std-c++-request@ncar.ucar.edu
]