Package org.ujmp.core.doublematrix.impl
Class NonZeroIterable
- java.lang.Object
-
- org.ujmp.core.doublematrix.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 DefaultSparseRowDoubleMatrix2D
matrix
-
Constructor Summary
Constructors Constructor Description NonZeroIterable(DefaultSparseRowDoubleMatrix2D matrix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<long[]>
iterator()
-
-
-
Field Detail
-
matrix
private final DefaultSparseRowDoubleMatrix2D matrix
-
-
Constructor Detail
-
NonZeroIterable
public NonZeroIterable(DefaultSparseRowDoubleMatrix2D matrix)
-
-