
18 Dec
2002
18 Dec
'02
11:42 a.m.
On Wed, Dec 18, 2002 at 09:18:55AM +0100, Wilken, Marc wrote:
does ublas support a matrix method like blitz++ .reference() method? (This method allows different matrices to share the same matrix datas.)
I'm not sure how blitz++ works, but I've been using the following method. matrix<double,row_major> m(10,5); matrix<double,row_major,array_adaptor<double> > am(2,25,array_adaptor<double>(m.data.size(), m.data.begin()): -- Stephen