| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.vectorz | |
| mikera.vectorz.impl |
| Modifier and Type | Method and Description |
|---|---|
AMatrix |
AMatrix.innerProduct(AScalar s) |
| Modifier and Type | Method and Description |
|---|---|
AScalar |
AScalar.clone() |
abstract AScalar |
AScalar.exactClone() |
AScalar |
AScalar.getTranspose() |
AScalar |
AScalar.getTransposeView() |
AScalar |
AVector.slice(int position) |
AScalar |
ArrayVector.slice(int position) |
AScalar |
AVector.slice(int dimension,
int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
AScalar.add(AScalar s) |
void |
Op.applyTo(AScalar s) |
boolean |
AScalar.equals(AScalar o) |
void |
AScalar.sub(AScalar s) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayIndexScalar |
class |
DoubleScalar |
class |
VectorIndexScalar |
| Modifier and Type | Field and Description |
|---|---|
AScalar |
WrappedScalarVector.scalar |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleScalar.add(AScalar s) |
static DoubleScalar |
DoubleScalar.create(AScalar a) |
| Constructor and Description |
|---|
WrappedScalarVector(AScalar s) |
Copyright © 2013. All Rights Reserved.