Interface MatrixFunctionI
-
- All Known Implementing Classes:
Count,ElementMinMax,ElementProduct,ElementSum,ListReturningFunction,MatrixAdd,MatrixCmp,MatrixCross,MatrixDet,MatrixDiv,MatrixDot,MatrixEle,MatrixId,MatrixInv,MatrixList,MatrixMod,MatrixMul,MatrixNeg,MatrixPow,MatrixSize,MatrixSolve,MatrixSub,MatrixTrace,MatrixTrans,MatrixZeroMat,MatrixZeroVec,Mean,Median,Mode,Rank,Ranks,SortElements,Variance
public interface MatrixFunctionISignals functions for which the dimensions of the results can be calculated
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DimensionscalcDims(Dimensions... inDims)Attempts to calculate the dimensions of a result of a PostfixMathCommand.
-
-
-
Method Detail
-
calcDims
Dimensions calcDims(Dimensions... inDims) throws ParseException
Attempts to calculate the dimensions of a result of a PostfixMathCommand.- Parameters:
inDims- the dimensions of each argument- Returns:
- the dimension of the result or null if can be calculated
- Throws:
ParseException- if there is a parse error
-
-