| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.matrixx.impl |
| Modifier and Type | Method and Description |
|---|---|
static ADiagonalMatrix |
Matrixx.createScalarMatrix(int dimensions,
double factor) |
static ADiagonalMatrix |
Matrixx.createScaleMatrix(int dimensions,
double factor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiagonalMatrix
Specialised diagonal matrix class
Not fully mutable - only the diagonal values can be changed
|
class |
IdentityMatrix
Specialised identity matrix class.
|
class |
ScalarMatrix
Scalar matrix class - i.e.
|
| Modifier and Type | Method and Description |
|---|---|
ADiagonalMatrix |
ADiagonalMatrix.getTranspose() |
ADiagonalMatrix |
ADiagonalMatrix.getTransposeView() |
| Modifier and Type | Method and Description |
|---|---|
DiagonalMatrix |
DiagonalMatrix.innerProduct(ADiagonalMatrix a) |
AMatrix |
ADiagonalMatrix.innerProduct(ADiagonalMatrix a) |
Copyright © 2013. All Rights Reserved.