Class NonSquareOperatorException

All Implemented Interfaces:
java.io.Serializable, ExceptionContextProvider

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

    • NonSquareOperatorException

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