Interface | Description |
---|---|
Vector | This interface defines all methods, which are required by all vector implementations. |
Class | Description |
---|---|
AbstractVector | An abstract vector class, implementing several common methods for different vector implementations. |
DenseDoubleVector | Dense vector implementation wrapping the MTJ implementation of a dense vector. |
SparseDoubleVector | Sparse vector implementation wrapping the MTJ implementation of a sparse vector. |