Class IllConditionedOperatorException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class IllConditionedOperatorException extends MathIllegalArgumentException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalArgumentException
An exception to be thrown when the condition number of a RealLinearOperator is too high.
See Also:
  • Constructor Details

    • IllConditionedOperatorException

      public IllConditionedOperatorException(double cond)
      Deprecated.
      Creates a new instance of this class.
      Parameters:
      cond - An estimate of the condition number of the offending linear operator.