Any one looked at what happens when you do:

SparseVector vec = new...
...
vec.set(2, 0.0);

Iterate over non zeros? In looking at the code, it doesn't seem like it is going to handle it correctly? I'll try to find some time to write up a test case.

-Grant

Reply via email to