[Development] submitting a multi-dimensional container class for Qt: QNDArray

Glen Mabey gmabey at swri.org
Thu Jan 10 14:05:43 CET 2013


On Jan 10, 2013, at 6:30 AM, Martin Sandsmark wrote:

> On Fri, Dec 28, 2012 at 01:08:29PM -0600, Glen Mabey wrote:
>>> Looks like it has been already implemented here:
>>> http://code.google.com/p/ndarray
>> Humm -- it doesn't look to me like it's based on QtCore … and avoiding a
>> Boost dependency was one motivation for implementing QNDArray.
> 
> AFAIK it doesn't depend on boost, but provides optional Python integration
> using boost.python/boost.numpy.

In looking through the source code I found a #include that looked to me like a boost dependency.

> And it is written to be integrated with Eigen¹, which is widely used by
> Qt-applications for more advanced matrix operations.
> 
> ¹: http://listengine.tuxfamily.org/lists.tuxfamily.org/eigen/2011/02/msg00041.html

I do see a reference to ndarray views and I didn't think that was the same thing as a reference-counted instance, but I should look more into that.

Glen


More information about the Development mailing list