类 IllConditionedOperatorException

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

@Deprecated public class IllConditionedOperatorException extends MathIllegalArgumentException
已过时。
as of 1.0, this exception is replaced by MathIllegalArgumentException
当一个RealLinearOperator的条件数过高时抛出的异常。
另请参阅:
  • 构造器详细资料

    • IllConditionedOperatorException

      public IllConditionedOperatorException(double cond)
      已过时。
      创建此类的新实例。
      参数:
      cond - 对有问题的线性操作符条件数的估计。