org.apache.commons.math3.analysis
Class QuinticFunction
java.lang.Object
org.apache.commons.math3.analysis.QuinticFunction
- All Implemented Interfaces:
- UnivariateDifferentiableFunction, UnivariateFunction
public class QuinticFunction
- extends Object
- implements UnivariateDifferentiableFunction
Auxiliary class for testing solvers.
- Version:
- $Id: QuinticFunction.java 1383441 2012-09-11 14:56:39Z luc $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuinticFunction
public QuinticFunction()
value
public double value(double x)
- Specified by:
value in interface UnivariateFunction
value
public DerivativeStructure value(DerivativeStructure t)
- Specified by:
value in interface UnivariateDifferentiableFunction
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.