Class MatrixDimensionMismatchException

    • Constructor Detail

      • MatrixDimensionMismatchException

        public MatrixDimensionMismatchException​(int wrongRowDim,
                                                int wrongColDim,
                                                int expectedRowDim,
                                                int expectedColDim)
        Construct an exception from the mismatched dimensions.
        Parameters:
        wrongRowDim - Wrong row dimension.
        wrongColDim - Wrong column dimension.
        expectedRowDim - Expected row dimension.
        expectedColDim - Expected column dimension.