| Package | Description |
|---|---|
| org.lsmp.djep.jama | |
| org.lsmp.djep.vectorJep.function |
| Modifier and Type | Method and Description |
|---|---|
static Jama.Matrix |
JamaUtil.toJamaCol(MVector m) |
static Jama.Matrix |
JamaUtil.toJamaRow(MVector m) |
| Modifier and Type | Method and Description |
|---|---|
MVector |
MAdd.add(MVector lhs,
MVector rhs)
Adds two vectors.
|
MVector |
MSubtract.sub(MVector lhs,
MVector rhs)
Adds two vectors.
|
MVector |
MUMinus.umin(MVector lhs)
negate a vector.
|
| Modifier and Type | Method and Description |
|---|---|
MVector |
MAdd.add(MVector lhs,
MVector rhs)
Adds two vectors.
|
Scaler |
MDot.calcValue(Scaler res,
MVector lhs,
MVector rhs) |
Object |
MDot.dot(MVector lhs,
MVector rhs)
returns lhs .
|
Object |
ExteriorProduct.exteriorProduct(MVector lhs,
MVector rhs) |
MVector |
MSubtract.sub(MVector lhs,
MVector rhs)
Adds two vectors.
|
MVector |
MUMinus.umin(MVector lhs)
negate a vector.
|
Copyright © 2018. All rights reserved.