| 接口 | 说明 |
|---|---|
| VectorIterator |
An iterator over the elements of a vector.
|
| 类 | 说明 |
|---|---|
| BLAS |
A utility class that provides BLAS routines over matrices and vectors.
|
| DenseMatrix |
DenseMatrix stores dense matrix data and provides some methods to operate on the matrix it
represents.
|
| DenseVector |
A dense vector represented by a values array.
|
| MatVecOp | |
| SparseVector |
A sparse vector represented by an indices array and a values array.
|
| Vector |
The Vector class defines some common methods for both DenseVector and SparseVector.
|
| VectorUtil |
Utility class for the operations on
Vector and its subclasses. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.