Package | Description |
---|---|
org.apache.giraph.aggregators.matrix.sparse |
Package of sparce matrix aggregator.
|
Modifier and Type | Method and Description |
---|---|
IntSparseVector |
IntSparseVectorSumAggregator.createInitialValue() |
IntSparseVector |
IntSparseMatrix.getRow(int i)
Get a specific row of the matrix.
|
Modifier and Type | Method and Description |
---|---|
void |
IntSparseVector.add(IntSparseVector other)
Add the vector specified.
|
void |
IntSparseVectorSumAggregator.aggregate(IntSparseVector vector) |
void |
IntSparseMatrix.setRow(int i,
IntSparseVector vec)
Set the int vector as the row specified.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.