Package | Description |
---|---|
org.apache.giraph.aggregators.matrix.sparse |
Package of sparce matrix aggregator.
|
Class and Description |
---|
DoubleSparseMatrix
A double matrix holds the values of the entries in double vectors.
|
DoubleSparseVector
The double vector holds the values of a particular row.
|
FloatSparseMatrix
A float matrix holds the values of the entries in float vectors.
|
FloatSparseVector
The float vector holds the values of a particular row.
|
IntSparseMatrix
A int matrix holds the values of the entries in int vectors.
|
IntSparseVector
The int vector holds the values of a particular row.
|
LongSparseMatrix
A long matrix holds the values of the entries in long vectors.
|
LongSparseVector
The long vector holds the values of a particular row.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.