| Package | Description |
|---|---|
| mikera.vectorz.ops |
| Modifier and Type | Class and Description |
|---|---|
class |
Constant |
class |
Identity
Singleton identity operator
|
class |
Linear |
class |
Offset |
| Modifier and Type | Method and Description |
|---|---|
static ALinearOp |
Linear.create(double factor,
double constant) |
ALinearOp |
Linear.getInverse() |
| Modifier and Type | Method and Description |
|---|---|
Op |
Square.compose(ALinearOp op) |
Op |
Quadratic.compose(ALinearOp op) |
Op |
Offset.compose(ALinearOp op) |
Op |
Linear.compose(ALinearOp op) |
Op |
ALinearOp.sum(ALinearOp op) |
Copyright © 2013. All Rights Reserved.