Class NonSquareOperatorException

All Implemented Interfaces:
Serializable, ExceptionContextProvider

public class NonSquareOperatorException extends DimensionMismatchException
Exception to be thrown when a square linear operator is expected.
Since:
3.0
See Also:
  • Constructor Details

    • NonSquareOperatorException

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