| Package | Description |
|---|---|
| mikera.arrayz | |
| mikera.matrixx |
| Modifier and Type | Method and Description |
|---|---|
static NDArray |
NDArray.wrap(Matrix m) |
| Modifier and Type | Method and Description |
|---|---|
static Matrix |
Matrix.create(AMatrix m) |
static Matrix |
Matrixx.create(double[][] data) |
static Matrix |
Matrix.create(int rowCount,
int columnCount) |
Matrix |
Matrix.exactClone() |
Matrix |
Matrix.innerProduct(AMatrix a) |
Matrix |
Matrix.innerProduct(Matrix a) |
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) |
Copyright © 2013. All Rights Reserved.