Does anyone know of a C or C++ library that's similar to NumPy?
Seems like all the big C++ efforts are focused on linear algebra
rather than general purpose multidimensional arrays.

I've written a multidimensional array class in the D programming
language with an API modeled loosely after NumPy's.  It works ok but
there are a lot of differences between a statically typed language
like C++ or D and a dynamic one like Python.  So I was looking around
for API inspiration from other C/C++ libraries.  But the projects I
know about are all focused on linear algebra (like ublas and MTL) and
don't support general N-dimensional arrays.

Thanks for your comments.
--bb
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to