| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.matrixx.impl | |
| mikera.transformz |
| Class and Description |
|---|
| ADiagonalMatrix
Abstract base class for diagonal matrices
|
| DiagonalMatrix
Specialised diagonal matrix class
Not fully mutable - only the diagonal values can be changed
|
| IdentityMatrix
Specialised identity matrix class.
|
| ZeroMatrix
Lightweight immutable zero matrix class
|
| Class and Description |
|---|
| ADiagonalMatrix
Abstract base class for diagonal matrices
|
| AVectorMatrix
Abstract base class for matrices that use a collection of Vectors
as storage for the matrix rows.
|
| ColumnMatrix
Matrix class that wraps a vector as a 1-columns matrix
|
| DiagonalMatrix
Specialised diagonal matrix class
Not fully mutable - only the diagonal values can be changed
|
| IdentityMatrix
Specialised identity matrix class.
|
| RowMatrix
Matrix class that wraps a vector as a 1-row matrix
|
| SubsetMatrix
Matrix that transforms to a subset of elements of the source vector
i.e.
|
| VectorMatrixM3
Specialised N*3 Matrix with Vector3 row components
|
| VectorMatrixMN
A matrix implemented as a composition of M length N vectors
|
| ZeroMatrix
Lightweight immutable zero matrix class
|
| Class and Description |
|---|
| ADiagonalMatrix
Abstract base class for diagonal matrices
|
Copyright © 2013. All Rights Reserved.