|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UnaryOperatorI
A matrix enabled unary operator. This interface is primarilary used in the matrixJep package but is here for convienience.
| Method Summary | |
|---|---|
Dimensions |
calcDim(Dimensions ldim)
Find the dimensions of this operator when applied to arguments with given dimensions. |
MatrixValueI |
calcValue(MatrixValueI res,
MatrixValueI lhs)
Calculates the value of this operator for given input with results stored in res. |
| Methods inherited from interface org.nfunk.jep.function.PostfixMathCommandI |
|---|
checkNumberOfParameters, getNumberOfParameters, run, setCurNumberOfParameters |
| Method Detail |
|---|
Dimensions calcDim(Dimensions ldim)
MatrixValueI calcValue(MatrixValueI res,
MatrixValueI lhs)
throws ParseException
ParseException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||