org.lsmp.djep.vectorJep
Class VOperatorSet

java.lang.Object
  extended by org.nfunk.jep.OperatorSet
      extended by org.lsmp.djep.vectorJep.VOperatorSet

public class VOperatorSet
extends OperatorSet

Author:
Rich Morris Created on 07-Mar-2004

Field Summary
 
Fields inherited from class org.nfunk.jep.OperatorSet
OP_ADD, OP_AND, OP_ASSIGN, OP_CROSS, OP_DIVIDE, OP_DOT, OP_ELEMENT, OP_EQ, OP_GE, OP_GT, OP_LE, OP_LIST, OP_LT, OP_MOD, OP_MULTIPLY, OP_NE, OP_NOT, OP_OR, OP_POWER, OP_SUBTRACT, OP_UDIVIDE, OP_UMINUS
 
Constructor Summary
VOperatorSet()
           
 
Method Summary
 void setElementMultiply(boolean flag)
          When set the multiplication of vectors and matricies will be element by element.
 
Methods inherited from class org.nfunk.jep.OperatorSet
getAdd, getAnd, getAssign, getCross, getDivide, getDot, getElement, getEQ, getGE, getGT, getLE, getList, getLT, getMod, getMultiply, getNE, getNot, getOperators, getOr, getPower, getSubtract, getUMinus, printOperators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VOperatorSet

public VOperatorSet()
Method Detail

setElementMultiply

public void setElementMultiply(boolean flag)
When set the multiplication of vectors and matricies will be element by element. Otherwise multiplication will be matrix multiplication (the default).

Parameters:
flag -


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