Uses of Interface
org.lsmp.djep.vectorJep.function.BinaryOperatorI

Packages that use BinaryOperatorI
org.lsmp.djep.jama   
org.lsmp.djep.matrixJep.function   
org.lsmp.djep.vectorJep.function   
 

Uses of BinaryOperatorI in org.lsmp.djep.jama
 

Classes in org.lsmp.djep.jama that implement BinaryOperatorI
 class Solve
          z = solve(x,y) solves x*z = y where x,y,z are real matricies.
 

Uses of BinaryOperatorI in org.lsmp.djep.matrixJep.function
 

Classes in org.lsmp.djep.matrixJep.function that implement BinaryOperatorI
 class MArrayAccess
           
 class MPower
          An overloaded Power function compatible with MatrixJep.
 

Uses of BinaryOperatorI in org.lsmp.djep.vectorJep.function
 

Classes in org.lsmp.djep.vectorJep.function that implement BinaryOperatorI
 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 © 2014. All rights reserved.