Class NonSquareMatrixException

    • Constructor Detail

      • NonSquareMatrixException

        public NonSquareMatrixException​(int rows,
                                        int columns)
        Construct an exception with the given message.
        Parameters:
        rows - number of rows of the faulty matrix
        columns - number of columns of the faulty matrix