| Package | Description |
|---|---|
| mikera.vectorz | |
| mikera.vectorz.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
Vector
General purpose vector or arbitrary length, backed by an internal double[] array
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vector.add(ArrayVector v) |
void |
ArrayVector.add(ArrayVector v) |
void |
Vector.addMultiple(ArrayVector v,
double factor) |
void |
ArrayVector.addMultiple(ArrayVector v,
double factor) |
void |
ArrayVector.copy(int start,
int length,
ArrayVector dest,
int destOffset) |
void |
Vector.subtract(ArrayVector v) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArraySubVector
Vector referring to an offset into a double[] array
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArraySubVector.add(ArrayVector v) |
void |
ArraySubVector.addMultiple(ArrayVector v,
double factor) |
| Constructor and Description |
|---|
ArraySubVector(ArrayVector source,
int offset,
int length)
Constructs a vector directly referencing a sub-vector of an existing
array-based Vector
|
Copyright © 2012. All Rights Reserved.