Package org.ujmp.core.objectmatrix.impl
Class NonZeroIterable
- java.lang.Object
-
- org.ujmp.core.objectmatrix.impl.NonZeroIterable
-
- All Implemented Interfaces:
java.lang.Iterable<long[]>
class NonZeroIterable extends java.lang.Object implements java.lang.Iterable<long[]>
-
-
Field Summary
Fields Modifier and Type Field Description private DefaultSparseColumnObjectMatrix2D
matrix
-
Constructor Summary
Constructors Constructor Description NonZeroIterable(DefaultSparseColumnObjectMatrix2D matrix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<long[]>
iterator()
-
-
-
Field Detail
-
matrix
private final DefaultSparseColumnObjectMatrix2D matrix
-
-
Constructor Detail
-
NonZeroIterable
public NonZeroIterable(DefaultSparseColumnObjectMatrix2D matrix)
-
-