|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math.analysis.QuinticFunction
public class QuinticFunction
Auxillary class for testing solvers.
| Constructor Summary | |
|---|---|
QuinticFunction()
|
|
| Method Summary | |
|---|---|
org.apache.commons.math.analysis.UnivariateRealFunction |
derivative()
|
double |
value(double x)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuinticFunction()
| Method Detail |
|---|
public double value(double x)
throws org.apache.commons.math.FunctionEvaluationException
value in interface org.apache.commons.math.analysis.UnivariateRealFunctionorg.apache.commons.math.FunctionEvaluationExceptionpublic org.apache.commons.math.analysis.UnivariateRealFunction derivative()
derivative in interface org.apache.commons.math.analysis.DifferentiableUnivariateRealFunction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||