Package org.lsmp.djep.vectorJep.function

Functions and operators for working with vectors and matricies.

See:
          Description

Interface Summary
BinaryOperatorI A matrix enabled binary operator.
NaryOperatorI A matrix enabled operator with N arguments.
UnaryOperatorI A matrix enabled unary operator.
 

Class Summary
Ele ele(x,i) returns the i-th element of x.
ExteriorProduct An overloaded operator, either cross product or power.
MAdd An extension of the Add command to allow it to add MVector's and Matrix's.
MDot The MDot operator.
MMultiply An extension of the Multiply to with vectors and matricies.
MPower An overloaded power function, if both arguments are vectors returns the exteriour product, else return standard power.
MSubtract An extension of the Add command to allow it to add MVector's and Matrix's.
MUMinus An extension of the Subtract command to allow it to add MVector's and Matrix's.
VList A enhanced version of List, allows matricies and tensors.
 

Package org.lsmp.djep.vectorJep.function Description

Functions and operators for working with vectors and matricies.



http://www.singularsys.com/jep Copyright © 2004 Singular Systems