| Class | Description |
|---|---|
| ArraySubVector |
Vector referring to an offset into a double[] array
|
| ComputedVector | |
| IdenticalComponentVector |
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
|
| SingleComponentVector |
A mutable vector that always has one non-zero components.
|
| Vector0 |
Special singleton zero length vector class.
|
| WrappedSubVector | |
| ZeroVector |
Specialised vector containing nothing but zeros.
|
Copyright © 2012. All Rights Reserved.