Class NonSquareOperatorException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serializable version Id.
        See Also:
        Constant Field Values
    • Constructor Detail

      • NonSquareOperatorException

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