| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.matrixx.impl | |
| mikera.vectorz | |
| mikera.vectorz.impl |
| Modifier and Type | Method and Description |
|---|---|
AStridedVector |
Matrix.getColumn(int col) |
| Modifier and Type | Method and Description |
|---|---|
AStridedVector |
StridedMatrix.getColumn(int i) |
AStridedVector |
AStridedMatrix.getColumn(int i) |
AStridedVector |
StridedMatrix.getRow(int i) |
AStridedVector |
AStridedMatrix.getRow(int i) |
| Modifier and Type | Class and Description |
|---|---|
class |
GrowableVector
Implements a growable vector, intended for incrementally building vectors
Note that getting the underlying array or a subVector is unsafe, since the
underlying array may be discarded as the vector is grown.
|
class |
Vector
General purpose vector of arbitrary length, backed by an internal double[] array.
|
| Modifier and Type | Method and Description |
|---|---|
static AStridedVector |
Vectorz.wrapStrided(double[] data,
int offset,
int length,
int stride) |
| Modifier and Type | Class and Description |
|---|---|
class |
AArrayVector
Base class for vectors backed by a double[] array with a fixed stride of 1
The double array can be directly accessed for performance purposes
|
class |
ArraySubVector
Vector referring to an offset into a double[] array
|
class |
StridedVector |
| Modifier and Type | Method and Description |
|---|---|
AStridedVector |
AStridedVector.clone() |
AStridedVector |
AStridedVector.ensureMutable() |
| Modifier and Type | Method and Description |
|---|---|
void |
StridedVector.add(AStridedVector v) |
Copyright © 2013. All Rights Reserved.