|
Ublas : |
From: Michele De Stefano (micdestefano_at_[hidden])
Date: 2007-08-27 10:53:09
Into the official documentation of the uBLAS library there is a chapter with
the title "Array Adaptor" (under "Storage and special containers").
Into the documentation is explained that there exist a class whose name is
"carray_adaptor".
I've tried to compile the given example but it does not compile because,
apparently, the carray_adaptor class does not exist !!!
That class seemed to be the right way to wrap a Boost vector upon an
ordinary buffer of values (without doing any copy between the buffer
and the vector).
Did any of you experienced the same problem ?
Have you ever found the "carray_adaptor" class ?
Thank to all of you.
Michele