public interface BinaryOperatorI extends PostfixMathCommandI
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.
|
checkNumberOfParameters, getNumberOfParameters, run, setCurNumberOfParameters
Dimensions calcDim(Dimensions ldim, Dimensions rdim) throws ParseException
ParseException
MatrixValueI calcValue(MatrixValueI res, MatrixValueI lhs, MatrixValueI rhs) throws ParseException
ParseException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics