Class IndicesRange
java.lang.Object
org.jblas.ranges.IndicesRange
- All Implemented Interfaces:
Range
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIndicesRange(int[] is) Initialize from integer array.Initialize from DoubleMatrix. -
Method Summary
-
Field Details
-
indices
private int[] indices -
counter
private int counter
-
-
Constructor Details
-
IndicesRange
public IndicesRange(int[] is) Initialize from integer array. -
IndicesRange
Initialize from DoubleMatrix. Entries are converted to integers by truncation.
-
-
Method Details
-
init
-
length
-
next
-
index
-
value
-
hasMore
-