| Class | Description |
|---|---|
| ADerivedVector |
Derived vector delegates all calls to an underlying vector
|
| ArrayIndexScalar | |
| ArraySubVector |
Vector referring to an offset into a double[] array
|
| ASparseVector |
Abstract base class for Sparse vector implementations
|
| AxisVector |
Specialized unit axis vector.
|
| ComputedVector |
Base class for computed vectors.
|
| DoubleScalar | |
| IndexedArrayVector |
Vector that addresses elements indexed into double[] array
|
| IndexedSubVector |
Vector that addresses elements indexed into another source vector
|
| JoinedArrayVector |
Class representing a join of one or more array subvectors
|
| 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
|
| RepeatedElementVector |
A mutable vector that always has a single repeated component.
|
| ScalarVector |
A length 1 vector, as a view wrapping a single AScalar
|
| SingleElementVector |
A sparse mutable vector that has one non-zero element.
|
| SparseIndexedVector |
Indexed sparse vector.
|
| StridedArrayVector | |
| UnmodifiableVector | |
| Vector0 |
Special singleton zero length vector class.
|
| VectorIndexScalar | |
| WrappedSubVector | |
| ZeroVector |
Specialised vector containing nothing but zeros.
|
Copyright © 2013. All Rights Reserved.