Boost logo

Glas :

[glas] iterators, containers, ...

From: Karl Meerbergen (Karl.Meerbergen_at_[hidden])
Date: 2005-09-06 03:06:23


Hi,

During summer, we have made some progress on the implementation of the
ideas discussed about iterators. The GLAS cvs now contains concepts,
models and implementation for two dense vector containers, one sparse
container and iterators. A few test programs in glas/test illustrate the
concepts. The dot_product.cpp file contains an example of dot_product.

The proposed containers allow us to continue thinking about and working
on algorithms for vectors. The container and iterator concepts probably require some
additional features. The current proposal is a framework that allows
us to start working on algorithms for vectors, i.e. BLAS-1.

Toon,
Peter,
Karl