Class NonSquareOperatorException

    • Constructor Detail

      • NonSquareOperatorException

        public NonSquareOperatorException​(int wrong,
                                          int expected)
        Deprecated.
        Construct an exception from the mismatched dimensions.
        Parameters:
        wrong - Row dimension.
        expected - Column dimension.