|
Ublas : |
Subject: [ublas] pointer to matrix structure
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2011-08-07 07:30:33
Hello,
can I read / get a pointer to the matrix data structure? I need a array with the dimensions array[matrix.size2()][matrix.size1()] for calling an onther library function. At this time I copy the data to an array, but can I use a method of the matrix class to get the data directly?
Thanks
Phil