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