[ViennaCL-devel] Access to Raw data in ViennaCL Matrix

2014-06-10 Thread Sumit Kumar
If I were to use an Eigen Matrix, I can potentially access its raw data using the Matrix.data() function. Is there anything similar in ViennaCL also?   Thanks and Regards Sumit-- HPCC Systems Open Source Big Data Platform

Re: [ViennaCL-devel] Access to Raw data in ViennaCL Matrix

2014-06-10 Thread Karl Rupp
Hi Sumit, If I were to use an Eigen Matrix, I can potentially access its raw data using the Matrix.data() function. Is there anything similar in ViennaCL also? yes, there is. The respective member function is called handle() and returns a multi-backend handle. It then depends where the