Boost logo

Ublas :

From: ajb_at_[hidden]
Date: 2005-03-14 18:14:25


G'day everyone.

I'm trying to solve Poisson problems using uBLAS. At the moment, I'm
copying data from my boost::multi_array<> into a vector and back again,
which is inefficient. Ideally, I'd like to create an adaptor. Similarly,
one of my matrices is a Laplacian operator, which would be best represented
as a stencil.

Is there any documentation on the best way to do this?

Inside the uBLAS sources, there are quire a few iterator classes which
are not in detail, and look like they might be useful, however they don't
appear to be documented.

Thanks in advance, etc.

Cheers,
Andrew Bromage