On 3/15/11 8:33 AM, Charles R Harris wrote: > There really isn't a satisfactory array library for C++. The fact that > every couple of years there is another project to produce one testifies > to that fact.
And I think not just the fact that there is not one, but that perhaps C++ the language, or maybe the culture, simply doesn't support that way of thinking. I've been slowly arriving to the conclusion that that is no place for C++ in programming. If you really need to twiddle bits, use C. If you need high performance numerics, use Fortran. If you need high level complex data structures, use Python. And the fact that using all these in the same program is pretty easy makes it all possible. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception chris.bar...@noaa.gov _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion