Package | Description |
---|---|
org.apache.sysml.runtime.compress | |
org.apache.sysml.runtime.compress.utils |
Modifier and Type | Method and Description |
---|---|
DblArray |
ReaderColumnSelectionDense.nextRow() |
DblArray |
ReaderColumnSelectionSparse.nextRow() |
abstract DblArray |
ReaderColumnSelection.nextRow()
Gets the next row, null when no more rows.
|
DblArray |
ReaderColumnSelectionDenseSample.nextRow() |
Modifier and Type | Field and Description |
---|---|
DblArray |
DblArrayIntListHashMap.DArrayIListEntry.key |
Modifier and Type | Method and Description |
---|---|
void |
DblArrayIntListHashMap.appendValue(DblArray key,
IntArrayList value) |
IntArrayList |
DblArrayIntListHashMap.get(DblArray key) |
static boolean |
DblArray.isZero(DblArray val) |
Constructor and Description |
---|
DArrayIListEntry(DblArray ekey,
IntArrayList evalue) |
DblArray(DblArray that) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.