Package | Description |
---|---|
org.eclipse.january.dataset |
Modifier and Type | Class and Description |
---|---|
class |
BroadcastPairIterator
Class to run over a pair of datasets in parallel with NumPy broadcasting to promote shapes
which have lower rank and outputs to a third dataset
|
class |
ContiguousPairIterator
Class to run over a pair of contiguous datasets
|
Modifier and Type | Method and Description |
---|---|
static BroadcastIterator |
BroadcastIterator.createIterator(Dataset a,
Dataset b) |
static BroadcastIterator |
BroadcastIterator.createIterator(Dataset a,
Dataset b,
Dataset o) |
static BroadcastIterator |
BroadcastIterator.createIterator(Dataset a,
Dataset b,
Dataset o,
boolean createIfNull) |
Copyright © 2014–2019 Eclipse Foundation. All rights reserved.