| Name | Description | Type | Package | Framework |
| DoubleDenseMatrix | A double matrix holds the values of the entries in double vectors. | Class | org.apache.giraph.aggregators.matrix.dense | Giraph |
| DoubleDenseMatrixSumAggregator | Class | org.apache.giraph.aggregators.matrix.dense | Giraph | |
| DoubleDenseVector | The double dense vector holds the values of a particular row. | Class | org.apache.giraph.aggregators.matrix.dense | Giraph |
| DoubleDenseVectorSumAggregator | The double dense vector aggregator is used to aggregate double dense vectors. | Class | org.apache.giraph.aggregators.matrix.dense | Giraph |
| DoubleSparseMatrix | A double matrix holds the values of the entries in double vectors. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| DoubleSparseMatrixSumAggregator | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph | |
| DoubleSparseVector | The double vector holds the values of a particular row. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| DoubleSparseVectorSumAggregator | The double vector aggregator is used to aggregate double vectors. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| FloatDenseMatrix | A float matrix holds the values of the entries in float vectors. | Class | org.apache.giraph.aggregators.matrix.dense | Giraph |
| FloatDenseMatrixSumAggregator | Class | org.apache.giraph.aggregators.matrix.dense | Giraph | |
| FloatDenseVector | The float dense vector holds the values of a particular row. | Class | org.apache.giraph.aggregators.matrix.dense | Giraph |
| FloatDenseVectorSumAggregator | The float dense vector aggregator is used to aggregate float dense vectors. | Class | org.apache.giraph.aggregators.matrix.dense | Giraph |
| FloatSparseMatrix | A float matrix holds the values of the entries in float vectors. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| FloatSparseMatrixSumAggregator | The float matrix aggregator is used to register and aggregate float matrices. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| FloatSparseVector | The float vector holds the values of a particular row. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| FloatSparseVectorSumAggregator | The float vector aggregator is used to aggregate float vectors. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| IntDenseMatrix | A int matrix holds the values of the entries in int vectors. | Class | org.apache.giraph.aggregators.matrix.dense | Giraph |
| IntDenseMatrixSumAggregator | Class | org.apache.giraph.aggregators.matrix.dense | Giraph | |
| IntDenseVector | The int dense vector holds the values of a particular row. | Class | org.apache.giraph.aggregators.matrix.dense | Giraph |
| IntDenseVectorSumAggregator | Class | org.apache.giraph.aggregators.matrix.dense | Giraph | |
| IntSparseMatrix | A int matrix holds the values of the entries in int vectors. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| IntSparseMatrixSumAggregator | The int matrix aggregator is used to register and aggregate int matrices. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| IntSparseVector | The int vector holds the values of a particular row. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| IntSparseVectorSumAggregator | The float vector aggregator is used to aggregate float vectors. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| LongDenseMatrix | A long matrix holds the values of the entries in long vectors. | Class | org.apache.giraph.aggregators.matrix.dense | Giraph |
| LongDenseMatrixSumAggregator | Class | org.apache.giraph.aggregators.matrix.dense | Giraph | |
| LongDenseVector | The long dense vector holds the values of a particular row. | Class | org.apache.giraph.aggregators.matrix.dense | Giraph |
| LongDenseVectorSumAggregator | The long dense vector aggregator is used to aggregate long dense vectors. | Class | org.apache.giraph.aggregators.matrix.dense | Giraph |
| LongSparseMatrix | A long matrix holds the values of the entries in long vectors. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| LongSparseMatrixSumAggregator | The long matrix aggregator is used to register and aggregate long matrices. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| LongSparseVector | The long vector holds the values of a particular row. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| LongSparseVectorSumAggregator | The long vector aggregator is used to aggregate long vectors. | Class | org.apache.giraph.aggregators.matrix.sparse | Giraph |
| MatrixSumAggregator | The abstract matrix aggregator contains the prefix name of the vector aggregators that have the values of the rows. | Class | org.apache.giraph.aggregators.matrix | Giraph |