See: Description
| Class | Description | 
|---|---|
| DoubleDenseMatrix | A double matrix holds the values of the entries in double vectors. | 
| DoubleDenseMatrixSumAggregator | The double dense matrix aggregator is used to register and aggregate double
 dense matrices. | 
| DoubleDenseVector | The double dense vector holds the values of a particular row. | 
| DoubleDenseVectorSumAggregator | The double dense vector aggregator is used to aggregate double dense vectors. | 
| FloatDenseMatrix | A float matrix holds the values of the entries in float vectors. | 
| FloatDenseMatrixSumAggregator | The float dense matrix aggregator is used to register and aggregate float
 dense matrices. | 
| FloatDenseVector | The float dense vector holds the values of a particular row. | 
| FloatDenseVectorSumAggregator | The float dense vector aggregator is used to aggregate float dense vectors. | 
| IntDenseMatrix | A int matrix holds the values of the entries in int vectors. | 
| IntDenseMatrixSumAggregator | The int dense matrix aggregator is used to register and aggregate int dense
 matrices. | 
| IntDenseVector | The int dense vector holds the values of a particular row. | 
| IntDenseVectorSumAggregator | The double dense vector aggregator is used to aggregate double dense
 vectors. | 
| LongDenseMatrix | A long matrix holds the values of the entries in long vectors. | 
| LongDenseMatrixSumAggregator | The long dense matrix aggregator is used to register and aggregate long
 dense matrices. | 
| LongDenseVector | The long dense vector holds the values of a particular row. | 
| LongDenseVectorSumAggregator | The long dense vector aggregator is used to aggregate long dense vectors. | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.