Interface MatrixFunctionI

    • 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