[Numpy-discussion] C or C++ package like NumPy?

Warren Focke focke at slac.stanford.edu
Thu Nov 1 20:06:07 EDT 2007


http://www.oonumerics.org/blitz/

On Fri, 2 Nov 2007, Bill Baxter wrote:

> 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
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>



More information about the NumPy-Discussion mailing list