| Package | Description |
|---|---|
| mikera.indexz | |
| mikera.matrixx.impl | |
| mikera.vectorz |
| Modifier and Type | Method and Description |
|---|---|
Index |
Index.clone() |
static Index |
Indexz.create(List<Integer> data) |
static Index |
Indexz.createCopy(AIndex source) |
static Index |
Indexz.createLength(int length) |
static Index |
Indexz.createProgression(int start,
int length,
int skip) |
static Index |
Indexz.createRandomChoice(int count,
Index source) |
static Index |
Indexz.createRandomChoice(int count,
int max) |
static Index |
Indexz.createRandomPermutation(int length) |
static Index |
Indexz.createSequence(int length) |
static Index |
Indexz.createSequence(int start,
int length) |
static Index |
Index.of(int... indexes) |
static Index |
Index.wrap(int[] indexes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AIndex.contains(Index inds) |
static Index |
Indexz.createRandomChoice(int count,
Index source) |
boolean |
Index.equals(Index o) |
void |
Index.lookupWith(Index source) |
void |
Index.permute(Index permutationIndex)
Permutes this vector according to a given permutation index
|
| Constructor and Description |
|---|
PermutedMatrix(AMatrix source,
Index rowPermutations) |
PermutedMatrix(AMatrix source,
Index rowPermutations,
Index columnPermutations) |
| Modifier and Type | Method and Description |
|---|---|
double |
Vector.dotProduct(AVector v,
Index ix) |
double |
AVector.dotProduct(AVector v,
Index ix) |
double |
Vector.dotProduct(Vector v,
Index ix) |
Copyright © 2012. All Rights Reserved.