| Class | Description |
|---|---|
| ADerivedVector |
Derived vector delegates all calls to an underlying vector
|
| ArraySubVector |
Vector referring to an offset into a double[] array
|
| ASparseVector |
Abstract base class for Sparse vector implementations
|
| AxisVector |
Specialized unit axis vector.
|
| ComputedVector | |
| IdenticalElementVector |
A mutable vector that always has identical components.
|
| IndexedArrayVector |
Vector that addresses elements indexed into double[] array
|
| IndexedSubVector |
Vector that addresses elements indexed into another source vector
|
| JoinedVector |
A vector that represents the concatenation of two vectors.
|
| ListWrapper |
Simple wrapper class to view a vector according to the java.util.List interface
|
| SingleElementVector |
A mutable vector that has one non-zero element.
|
| SparseIndexedVector |
Indexed sparse vector.
|
| UnmodifiableVector | |
| Vector0 |
Special singleton zero length vector class.
|
| WrappedSubVector | |
| ZeroVector |
Specialised vector containing nothing but zeros.
|
Copyright © 2013. All Rights Reserved.