Package | Description |
---|---|
org.openimaj.util.array |
Modifier and Type | Method and Description |
---|---|
DoubleArrayView |
DoubleArrayView.clone() |
DoubleArrayView |
DoubleArrayView.subView(int l1,
int r1)
Get a subview of this view from l1 (inclusive) to r1 (exclusive).
|