Class NonSquareMatrixException

    • Constructor Detail

      • NonSquareMatrixException

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