Boost logo

Glas :

Re: [glas] dense and sparse vectors

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2005-08-05 10:00:51


Theodore Papadopoulo wrote:

> Maybe having both versions: begin(XXX) and begin() would make sense.

I just switched from nz_begin() and all_begin() to begin(glas::nz) and
begin(glas::all) in the tk1 branch and is simplifies at least the
dense-adaptor (which makes begin() default to either of these). Next up
is implementing an axpy operation to see what interface is actually
needed to support an efficient implementation of algorithms.

toon