| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.matrixx.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
Matrix
Standard MxN matrix class backed by a fully packed double[] array
This is the most efficient Vectorz type for 2D matrices.
|
| Modifier and Type | Method and Description |
|---|---|
AStridedMatrix |
Matrix.subMatrix(int rowStart,
int rows,
int colStart,
int cols) |
| Modifier and Type | Class and Description |
|---|---|
class |
ADenseArrayMatrix
Abstract base class for matrices wrapping a dense (rows*cols) subset of a double[] array
|
class |
StridedMatrix |
| Modifier and Type | Method and Description |
|---|---|
AStridedMatrix |
StridedMatrix.subMatrix(int rowStart,
int rowCount,
int colStart,
int colCount) |
AStridedMatrix |
AStridedMatrix.subMatrix(int rowStart,
int rows,
int colStart,
int cols) |
Copyright © 2013. All Rights Reserved.