Re: [eigen] Tensor Module: Continuous Memory? |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
That is correct Gabriel the data is stored in a single, fixed size array, the data is also aligned in case you have vectorized CPU insructions (SSE or AVX). I'm only confident for fixed sized objects, it may be different if you use dynamically sized ones.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |