| Package | Description |
|---|---|
| org.lsmp.djep.jama | |
| org.lsmp.djep.vectorJep.function |
| Modifier and Type | Method and Description |
|---|---|
static Matrix |
JamaUtil.fromJama(Jama.Matrix A) |
static Matrix |
JamaUtil.fromJama(Jama.Matrix A,
Matrix m) |
| Modifier and Type | Method and Description |
|---|---|
static Matrix |
JamaUtil.fromJama(Jama.Matrix A,
Matrix m) |
static Jama.Matrix |
JamaUtil.toJama(Matrix m) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
MAdd.add(Matrix lhs,
Matrix rhs)
Adds two matrices.
|
Matrix |
MSubtract.sub(Matrix lhs,
Matrix rhs)
Adds two matrices.
|
Matrix |
MUMinus.umin(Matrix lhs)
negate a matrix.
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
MAdd.add(Matrix lhs,
Matrix rhs)
Adds two matrices.
|
Matrix |
MSubtract.sub(Matrix lhs,
Matrix rhs)
Adds two matrices.
|
Matrix |
MUMinus.umin(Matrix lhs)
negate a matrix.
|
Copyright © 2018. All rights reserved.