|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectnumericalMethods.calculus.minimizing.ConjugateGradient
| Constructor Summary | |
ConjugateGradient()
|
|
| Method Summary | |
static void |
clean()
|
static boolean |
getDebug()
Get the value of debug. |
static int |
getIter()
Get the value of iter. |
static double |
getITMAX()
Get the value of ITMAX. |
static boolean |
getUseDBrent()
Get the value of useDBrent. |
static double |
search(double[] p,
double ftol,
DoubleArrayParametrized F,
DoubleValued f,
DoubleArrayValued df)
|
static double |
search(double[] p,
double ftol,
DoubleValued f)
|
static void |
setDebug(boolean v)
Set the value of debug. |
static void |
setITMAX(double v)
Set the value of ITMAX. |
static void |
setUseDBrent(boolean v)
Set the value of useDBrent. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConjugateGradient()
| Method Detail |
public static double getITMAX()
public static void setITMAX(double v)
v - Value to assign to ITMAX.public static boolean getDebug()
public static void setDebug(boolean v)
v - Value to assign to debug.public static int getIter()
public static boolean getUseDBrent()
public static void setUseDBrent(boolean v)
v - Value to assign to useDBrent.public static void clean()
public static double search(double[] p,
double ftol,
DoubleValued f)
public static double search(double[] p,
double ftol,
DoubleArrayParametrized F,
DoubleValued f,
DoubleArrayValued df)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||