See: Description
Class | Description |
---|---|
DoubleSparseMatrix |
A double matrix holds the values of the entries in double vectors.
|
DoubleSparseMatrixSumAggregator |
The double matrix aggregator is used to register and aggregate double
matrices.
|
DoubleSparseVector |
The double vector holds the values of a particular row.
|
DoubleSparseVectorSumAggregator |
The double vector aggregator is used to aggregate double vectors.
|
FloatSparseMatrix |
A float matrix holds the values of the entries in float vectors.
|
FloatSparseMatrixSumAggregator |
The float matrix aggregator is used to register and aggregate float matrices.
|
FloatSparseVector |
The float vector holds the values of a particular row.
|
FloatSparseVectorSumAggregator |
The float vector aggregator is used to aggregate float vectors.
|
IntSparseMatrix |
A int matrix holds the values of the entries in int vectors.
|
IntSparseMatrixSumAggregator |
The int matrix aggregator is used to register and aggregate int matrices.
|
IntSparseVector |
The int vector holds the values of a particular row.
|
IntSparseVectorSumAggregator |
The float vector aggregator is used to aggregate float vectors.
|
LongSparseMatrix |
A long matrix holds the values of the entries in long vectors.
|
LongSparseMatrixSumAggregator |
The long matrix aggregator is used to register and aggregate long matrices.
|
LongSparseVector |
The long vector holds the values of a particular row.
|
LongSparseVectorSumAggregator |
The long vector aggregator is used to aggregate long vectors.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.