| Package | Description |
|---|---|
| org.apache.giraph.aggregators.matrix.dense |
Package of dense matrix aggregator.
|
| Class and Description |
|---|
| DoubleDenseMatrix
A double matrix holds the values of the entries in double vectors.
|
| DoubleDenseVector
The double dense vector holds the values of a particular row.
|
| FloatDenseMatrix
A float matrix holds the values of the entries in float vectors.
|
| FloatDenseVector
The float dense vector holds the values of a particular row.
|
| IntDenseMatrix
A int matrix holds the values of the entries in int vectors.
|
| IntDenseVector
The int dense vector holds the values of a particular row.
|
| LongDenseMatrix
A long matrix holds the values of the entries in long vectors.
|
| LongDenseVector
The long dense vector holds the values of a particular row.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.