|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2002-09-12 17:44:46
Please do not post HTML to the boost list.
Thanks,
Dave Abrahams (boost moderator)
-----------------------------------------------------------
David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com
----- Original Message -----
From: "Matt Verona" <mattverona_at_[hidden]>
To: <boost_at_[hidden]>
Cc: <jd.schmidt_at_[hidden]>
Sent: Thursday, September 12, 2002 10:16 AM
Subject: [boost] 2-dimensional container (grid)
I'm also very interested in these "grid container classes".
I developed the Array2d and Array3d classes for The U.S. Army's
National Missile Defense (simulation) project, based on Scott Meyer's
approach (see Proxy pattern for multidimensional arrays, pp. 213-217, "More
Effective C++").
The Array2d<T> class uses the STL vector<T> as the proxy object, and
Array3d<T> uses Array2d<T> as the proxy object, etc.
<snip blah, blah, blah>
From: Jason D Schmidt <jd.schmidt_at_[hidden]> Save Address
To: boost_at_[hidden]
Date: Tue, 10 Sep 2002 20:18:34 -0600
Subject: [boost] Re: 2-dimensional container (grid)
Reply-To: boost_at_[hidden]
--------------------------------------------------------------------------
I do a lot of computational physics, and I think a grid-type class
might
be really useful. I work with a lot guys who use Matlab, but I'd
like to
<snip blah, blah, blah>
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk