public class CTableMap extends Object
Constructor and Description |
---|
CTableMap() |
CTableMap(org.apache.sysml.runtime.util.LongLongDoubleHashMap.EntryType type) |
Modifier and Type | Method and Description |
---|---|
void |
aggregate(long row,
long col,
double w) |
Iterator<org.apache.sysml.runtime.util.LongLongDoubleHashMap.ADoubleEntry> |
getIterator() |
long |
getMaxColumn() |
long |
getMaxRow() |
int |
size() |
MatrixBlock |
toMatrixBlock(int rlen,
int clen) |
public CTableMap()
public CTableMap(org.apache.sysml.runtime.util.LongLongDoubleHashMap.EntryType type)
public int size()
public Iterator<org.apache.sysml.runtime.util.LongLongDoubleHashMap.ADoubleEntry> getIterator()
public long getMaxRow()
public long getMaxColumn()
public void aggregate(long row, long col, double w)
public MatrixBlock toMatrixBlock(int rlen, int clen)
Copyright © 2018 The Apache Software Foundation. All rights reserved.