Hi List<div><br></div><div>Is there away to create a &quot;set&quot; of ublas matrix.<br clear="all"></div><div>(by set I mean it in the most abstract way)</div><div><br></div>I would like to create bunch of matrix&lt;double&gt; and store it in some form of a data structure<div>

then retrieve them by an index and use it as a matrix&lt;double&gt;.</div><div><br></div><div>Here is a vague pseudo code for what I would like to do</div><div><br></div><div>something A;</div><div>for( int i=0;i&lt;10;i++){</div>

<div>  dmatrix b(10,10);</div><div>  set values to b;</div><div>  A(i) =b;</div><div>}</div><div><br></div><div>//then use it as</div><div><br></div><div><div>for( int i=0;i&lt;10;i++){</div><div>  dmatrix c = A(i); </div>

<div>  do calculation with c</div><div>}</div></div><div><div><br></div><div>Or if you have better way to do something similar, I&#39;d appreciate your input.</div><div><br></div><div>Thank you for your help.</div><div><br>

</div><div>Cheers</div><div>Yajima<br>
</div></div>

