public class ExteriorProduct extends PostfixMathCommand implements BinaryOperatorI
curNumberOfParameters, numberOfParameters
Constructor and Description |
---|
ExteriorProduct() |
Modifier and Type | Method and Description |
---|---|
Dimensions |
calcDim(Dimensions ldim,
Dimensions rdim)
Find the dimensions of this operator when applied to arguments with given dimensions.
|
MatrixValueI |
calcValue(MatrixValueI res,
MatrixValueI lhs,
MatrixValueI rhs)
Calculates the value of this operator for given input with results stored in res.
|
java.lang.Object |
crosspower(java.lang.Object param1,
java.lang.Object param2) |
java.lang.Object |
exteriorProduct(MVector lhs,
MVector rhs) |
void |
run(java.util.Stack inStack)
Throws an exception because this method should never be called under
normal circumstances.
|
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkNumberOfParameters, getNumberOfParameters, setCurNumberOfParameters
public Dimensions calcDim(Dimensions ldim, Dimensions rdim) throws ParseException
BinaryOperatorI
calcDim
in interface BinaryOperatorI
ParseException
public MatrixValueI calcValue(MatrixValueI res, MatrixValueI lhs, MatrixValueI rhs) throws ParseException
BinaryOperatorI
calcValue
in interface BinaryOperatorI
ParseException
public void run(java.util.Stack inStack) throws ParseException
PostfixMathCommand
run
in interface PostfixMathCommandI
run
in class PostfixMathCommand
ParseException
public java.lang.Object crosspower(java.lang.Object param1, java.lang.Object param2) throws ParseException
ParseException
public java.lang.Object exteriorProduct(MVector lhs, MVector rhs) throws ParseException
ParseException
http://www.singularsys.com/jep Copyright © 2007 Singular Systems