| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.matrixx.impl |
| Modifier and Type | Method and Description |
|---|---|
StridedMatrix |
Matrix.getTranspose() |
StridedMatrix |
Matrix.getTransposeView() |
| Modifier and Type | Method and Description |
|---|---|
static StridedMatrix |
StridedMatrix.create(AMatrix m) |
static StridedMatrix |
StridedMatrix.create(int rowCount,
int columnCount) |
static StridedMatrix |
StridedMatrix.wrap(double[] data,
int rows,
int columns,
int offset,
int rowStride,
int columnStride) |
static StridedMatrix |
StridedMatrix.wrap(Matrix m) |
Copyright © 2013. All Rights Reserved.