Uses of Class
org.apache.commons.math.ArgumentOutsideDomainException

Packages that use ArgumentOutsideDomainException
org.apache.commons.math.analysis Implementations of common numerical analysis procedures, including root finding and function interpolation. 
 

Uses of ArgumentOutsideDomainException in org.apache.commons.math.analysis
 

Methods in org.apache.commons.math.analysis that throw ArgumentOutsideDomainException
 double PolynomialSplineFunction.value(double v)
          Compute the value for the function.