public class Solve extends PostfixMathCommand implements BinaryOperatorI
Constructor and Description |
---|
Solve() |
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.
|
void |
run(Stack s)
Throws an exception because this method should never be called under
normal circumstances.
|
checkNumberOfParameters, getNumberOfParameters, setCurNumberOfParameters
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkNumberOfParameters, getNumberOfParameters, setCurNumberOfParameters
public void run(Stack s) throws ParseException
PostfixMathCommand
run
in interface PostfixMathCommandI
run
in class PostfixMathCommand
ParseException
public Dimensions calcDim(Dimensions ldim, Dimensions rdim)
BinaryOperatorI
calcDim
in interface BinaryOperatorI
public MatrixValueI calcValue(MatrixValueI res, MatrixValueI lhs, MatrixValueI rhs) throws ParseException
BinaryOperatorI
calcValue
in interface BinaryOperatorI
ParseException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics