Class NonSquareOperatorException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class NonSquareOperatorException extends DimensionMismatchException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalArgumentException
Exception to be thrown when a square linear operator is expected.
See Also:
  • Constructor Details

    • NonSquareOperatorException

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