Greetings,

I can easily resize a matrix with the `resize` function

viennacl::matrix vcl_A(3,3);
vcl_A.resize(3,4);

but I notice that this adds the new column on the end of the matrix.  Is
there a way to append it on to the front of the matrix?

Regards,
Charles
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
ViennaCL-devel mailing list
ViennaCL-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viennacl-devel

Reply via email to