| Package | Description |
|---|---|
| org.lsmp.djep.jama | |
| org.lsmp.djep.matrixJep.function | |
| org.lsmp.djep.vectorJep.function |
| Modifier and Type | Class and Description |
|---|---|
class |
Solve
z = solve(x,y) solves x*z = y where x,y,z are real matricies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MArrayAccess |
class |
MPower
An overloaded Power function compatible with MatrixJep.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayAccess
A postfix MathCommand which facilitates the getting and setting of vector and matrix elements.
|
class |
Ele
ele(x,i) returns the i-th element of a vector x.
|
class |
ElementComparative
Multiplies any number of Vectors or Matrices element by element.
|
class |
ElementDivide
Multiplies any number of Vectors or Matrices element by element.
|
class |
ExteriorProduct
An overloaded operator, either cross product or power.
|
class |
MAdd
An extension of the Add command to allow it to add MVector's and Matrix's.
|
class |
MDivide
An extension of the Divide class with vectors and matricies.
|
class |
MDot
The MDot operator.
|
class |
MMultiply
An extension of the Multiply to with vectors and matricies.
|
class |
MSubtract
An extension of the Add command to allow it to add MVector's and Matrix's.
|
class |
VEle
ele(x,i) returns the i-th element of a vector x.
|
class |
VPower
An overloaded power function, if both arguments are vectors returns
the exteriour product, else return standard power.
|
Copyright © 2018. All rights reserved.