public interface MatrixNonZeroElementRowIterator
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Gets a value indicating whether or not the matrix row has more non-zero elements.
|
MatrixElement |
next()
Gets the next non-zero matrix row element.
|
boolean hasNext()
MatrixElement next()