|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rootbisection.UserFunction
Evalua una funcion dependiendo de los parametros que recibe.
Field Summary | |
(package private) double[] |
coef
|
(package private) int |
maxCoef
|
Constructor Summary | |
UserFunction(double[] coef)
|
Method Summary | |
double |
derivatePolynom(double x)
Derivada de la funcion polinomial arbitraria continua definida en el intervalo [a, b]. |
double |
polynom(double x)
Funcion polinomial arbitraria continua definida en el intervalo [a, b]. |
Methods inherited from class java.lang.Object |
|
Field Detail |
double[] coef
int maxCoef
Constructor Detail |
public UserFunction(double[] coef)
Method Detail |
public double polynom(double x)
x
- Numero a evaluarpublic double derivatePolynom(double x)
x
- Numero a evaluar
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |