Boost logo

Ublas :

From: Michael Stevens (mail_at_[hidden])
Date: 2005-07-08 12:14:39


On Friday 08 July 2005 11:24, Gunter Winkler wrote:
> On Thursday 30 June 2005 00:13, Michael Stevens wrote:
> > Interesting! The other dimensions index must always be valid else this
> > iterator instance could not have been created.
> >
> > So
> > iterator1.index2() and iterator2.index1() have no preconditions
> > while
> > iterator1.index1() and iterator2.index2() have the existing 'must be
> > dereferenceable' precondition
>
> Here is the patch for matrix_sparse.hpp that removes the obsolete
> precondition checks.

Committed with a appropriate doc changes to iterator_concept.htm

Thanks,

Michael