On Thu, Jul 26, 2012 at 12:14 PM, Alexander Monakov <amona...@ispras.ru> wrote: > Hello, > > + the set. If an element I is in the set, then sparse[I] is the > + index of I in the dense vector, and dense[I] == I. The dense > ^^^^^^^^^^^^^ > This should read "dense[sparse[I]] == I"
Of course. Thanks for spotting this mistake! Ciao! Steven