Boost logo

Glas :

Re: [glas] dense and sparse vectors

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2005-08-05 08:03:43


Karl Meerbergen wrote:
> Hello All,
>
> Which algorithms are going to use collections? If we answer this
> question first, we can also decide which iterators are needed to
> implement these algorithms? (We may conclude that iterators are not good
> at all).
>
> One example given by Toon is printing a vector.

Indeed. As Andrew Lumsdaine remarked some time ago: we should look at
what's necessary to implement the algorithms.

Therefore I will next implement a sparse and dense axpy and even try to
benchmark this against other libraries. This might reveal a lot.