Boost logo

Ublas :

From: Neal Becker (ndbecker2_at_[hidden])
Date: 2006-05-17 14:24:16


I'd like to wrap some other storage container to use vector operations on
it. I thought carray_adaptor looked right, but it's not copy
constructable, so I don't see how I'm supposed to use it:

  double A [4];
  ublas::vector<double,ublas::carray_adaptor<double> > v (4, A); <error