Package | Description |
---|---|
org.catacomb.numeric.math |
Modifier and Type | Method and Description |
---|---|
static Matrix[] |
Matrix.average(Matrix[] ma,
Matrix[] mb,
double f) |
static Matrix |
Matrix.average(Matrix ma,
Matrix mb,
double f) |
Matrix |
Matrix.copy() |
Matrix |
Matrix.crudeExpOf(double t) |
Matrix |
Matrix.expOf(double t) |
Matrix |
Matrix.identity() |
Matrix |
Matrix.inverse() |
Matrix |
Matrix.power(int p) |
Matrix |
Matrix.prod(Matrix m) |
Matrix |
Matrix.random() |
Matrix |
Matrix.sum(Matrix m) |
Matrix |
Matrix.transpose() |
Modifier and Type | Method and Description |
---|---|
void |
Matrix.add(Matrix m) |
static Matrix[] |
Matrix.average(Matrix[] ma,
Matrix[] mb,
double f) |
static Matrix[] |
Matrix.average(Matrix[] ma,
Matrix[] mb,
double f) |
static Matrix |
Matrix.average(Matrix ma,
Matrix mb,
double f) |
void |
Matrix.mpyBy(Matrix m) |
Matrix |
Matrix.prod(Matrix m) |
Matrix |
Matrix.sum(Matrix m) |
Copyright © 2013. All Rights Reserved.