Dear all,<div><br></div><div>By reading Boost.MultiArray docs, i haven&#39;t figured out any possible way to deal with unbalanced matrices. The following picture explains what i mean by unbalanced:</div><div><br></div><div>
// two dimensional unbalanced matrix:</div><div><br></div><div>a00 a01 a02 a03 a04 a05 a06 a07 a08</div><div>a10 a11 a12 a13 a14</div><div>a20 a21 a22</div><div>a30 a31</div><div>a40</div><div><br></div><div>Each row has it&#39;s own extent (defined at runtime). Seems multi_array&lt;&gt; classes are not designed to increase it&#39;s subcontainers decoupled, and at a given depth, they always share the same extent? Could you confirm or guide me in how to achieve this behavior? I really need to save memory due to large 3D matrices.</div>
<div><br></div><div>Regards,</div><div>J�lio.</div>