Class IllConditionedOperatorException

All Implemented Interfaces:
Serializable, ExceptionContextProvider

public class IllConditionedOperatorException extends MathIllegalArgumentException
An exception to be thrown when the condition number of a RealLinearOperator is too high.
Since:
3.0
See Also:
  • Constructor Details

    • IllConditionedOperatorException

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