org.apache.commons.math3.linear
Class IllConditionedOperatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math3.exception.MathIllegalArgumentException
org.apache.commons.math3.linear.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
- Version:
- $Id: IllConditionedOperatorException.java 1416643 2012-12-03 19:37:14Z tn $
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- Serializable version Id.
- See Also:
- Constant Field Values
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.
Copyright (c) 2003-2013 Apache Software Foundation