Package | Description |
---|---|
org.apache.giraph.aggregators.matrix.dense |
Package of dense matrix aggregator.
|
Modifier and Type | Method and Description |
---|---|
IntDenseVector |
IntDenseVectorSumAggregator.createInitialValue() |
IntDenseVector |
IntDenseMatrix.getRow(int i)
Get a specific row of the matrix.
|
Modifier and Type | Method and Description |
---|---|
void |
IntDenseVector.add(IntDenseVector other)
Add the vector specified.
|
void |
IntDenseMatrix.addRow(IntDenseVector vec)
Add the int vector as a row in the matrix.
|
void |
IntDenseVectorSumAggregator.aggregate(IntDenseVector vector) |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.