public interface NaryOperatorI extends PostfixMathCommandI
| Modifier and Type | Method and Description |
|---|---|
Dimensions |
calcDim(Dimensions[] dims)
Find the dimensions of this operator when applied to arguments with given dimensions.
|
MatrixValueI |
calcValue(MatrixValueI res,
MatrixValueI[] inputs)
Calculates the value of this operator for given input with results stored in res.
|
checkNumberOfParameters, getNumberOfParameters, run, setCurNumberOfParametersDimensions calcDim(Dimensions[] dims) throws ParseException
ParseExceptionMatrixValueI calcValue(MatrixValueI res, MatrixValueI[] inputs) throws ParseException
ParseExceptionCopyright © 2018. All rights reserved.