|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MVector | |
|---|---|
| org.lsmp.djep.jama | |
| org.lsmp.djep.vectorJep.function | |
| Uses of MVector in org.lsmp.djep.jama |
|---|
| Methods in org.lsmp.djep.jama with parameters of type MVector | |
|---|---|
static Jama.Matrix |
JamaUtil.toJamaCol(MVector m)
|
static Jama.Matrix |
JamaUtil.toJamaRow(MVector m)
|
| Uses of MVector in org.lsmp.djep.vectorJep.function |
|---|
| Methods in org.lsmp.djep.vectorJep.function that return MVector | |
|---|---|
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. |
| Methods in org.lsmp.djep.vectorJep.function with parameters of type MVector | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||