Class NonSquareMatrixException

    • Field Detail

      • serialVersionUID

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

      • NonSquareMatrixException

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