类 NonSquareOperatorException

所有已实现的接口:
Serializable, LocalizedException

@Deprecated public class NonSquareOperatorException extends DimensionMismatchException
已过时。
as of 1.0, this exception is replaced by MathIllegalArgumentException
Exception to be thrown when a square linear operator is expected.
另请参阅:
  • 构造器详细资料

    • NonSquareOperatorException

      public NonSquareOperatorException(int wrong, int expected)
      已过时。
      Construct an exception from the mismatched dimensions.
      参数:
      wrong - 行维度。
      expected - 列维度。