Can anyone tell me what the following implementation choice will cause:
public class MatrixVectorView extends AbstractVector {
//...
public Iterator<Element> iterateNonZero() {
return iterator();
}
// ...
}
Note that MatrixVectorView is returned from every call to viewRow(), and
getRow() was removed in the last release.
--
-jake
