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
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 © 2003-2012 The Apache Software Foundation. All Rights Reserved.