| Interface | Description |
|---|---|
| Vector |
An Euclidean vector is a geometric object that has both a magnitude/length and a direction.
|
| Class | Description |
|---|---|
| CombinedVectorByRef |
For efficiency, this wrapper concatenates two or more vectors by references
(without data copying).
|
| ImmutableVector |
This is a read-only view of a
Vector instance. |
| SubVectorRef |
Represents a sub-vector backed by the referenced vector, without data
copying.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.