| Package | Description |
|---|---|
| mikera.vectorz | |
| mikera.vectorz.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
Vector |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArraySubVector
Class representing a fixed-size vector of mutable double values
|
| 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.