Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2007-02-23 11:27:20


Am Donnerstag, 22. Februar 2007 22:27 schrieb Reilly, Sean, CTR,
NAVWARDEVCOM:
> I'm working on a fast interpolation library for uBLAS. I have an
> implementation for the grid axes that almost look like a
> vector_container, but they must be read only. Is it legal to build a
> class that only implements the read-only elements of the Vector
> concept?

Yes, you are free to implement that part of the interface that you want
to use. You can have a look at my read only adaptor at

http://www.bauv.unibw-muenchen.de/~winkler/ublas/examples/

mfg
Gunter