| Package | Description |
|---|---|
| mikera.arrayz | |
| mikera.matrixx | |
| mikera.matrixx.algo | |
| mikera.matrixx.impl |
| Modifier and Type | Method and Description |
|---|---|
static NDArray |
NDArray.wrap(Matrix m) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Matrix.clone() |
static Matrix |
Matrixx.create(AMatrix m)
Creates a mutable deep copy of a matrix
|
static Matrix |
Matrix.create(AMatrix m) |
static Matrix |
Matrixx.create(double[][] data) |
static Matrix |
Matrix.create(int rowCount,
int columnCount) |
static Matrix |
Matrixx.create(List<Object> rows)
Create a matrix from a list of rows
|
Matrix |
Matrix.create(Object... rowVectors) |
static Matrix |
Matrixx.createFromVector(AVector data,
int rows,
int columns) |
static Matrix |
Matrixx.createRandomSquareMatrix(int dimensions) |
static Matrix |
Matrixx.deepCopy(AMatrix m) |
Matrix |
Matrix.exactClone() |
Matrix |
Matrix.innerProduct(AMatrix a) |
Matrix |
Matrix.innerProduct(Matrix a) |
Matrix |
AMatrix.innerProduct(Matrix a) |
static Matrix |
Matrixx.newMatrix(int rows,
int columns)
Creates an empty (zero-filled) mutable matrix of the specified size
|
Matrix |
AMatrix.toMatrix()
Converts the matrix to a the standard mutable Matrix type
in row major order.
|
static Matrix |
Matrix.wrap(int rowCount,
int columnCount,
double[] data) |
| Modifier and Type | Method and Description |
|---|---|
void |
Matrix.add(Matrix m) |
void |
Matrix.addMultiple(Matrix m,
double factor) |
Matrix |
Matrix.innerProduct(Matrix a) |
Matrix |
AMatrix.innerProduct(Matrix a) |
| Modifier and Type | Method and Description |
|---|---|
static Matrix[] |
QR.decompose(AMatrix matrix) |
static Matrix |
Cholesky.decompose(AMatrix a) |
static Matrix[] |
ThinSVD.decompose(Matrix matrix) |
static Matrix[] |
QR.decompose(Matrix matrix) |
static Matrix |
Cholesky.decompose(Matrix a) |
static Matrix[] |
ThinSVD.decomposeInternal(Matrix a) |
| Modifier and Type | Method and Description |
|---|---|
static Matrix[] |
ThinSVD.decompose(Matrix matrix) |
static Matrix[] |
QR.decompose(Matrix matrix) |
static Matrix |
Cholesky.decompose(Matrix a) |
static Matrix[] |
ThinSVD.decomposeInternal(Matrix a) |
static AMatrix[] |
LU.decomposeLUP(Matrix matrix) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
StridedMatrix.clone() |
Matrix |
PermutationMatrix.innerProduct(AMatrix a) |
Matrix |
PermutationMatrix.innerProduct(Matrix a) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
PermutationMatrix.innerProduct(Matrix a) |
static StridedMatrix |
StridedMatrix.wrap(Matrix m) |
Copyright © 2013. All Rights Reserved.