jvx.numeric
Class PnConjugateGradient
java.lang.Object
|
+--jvx.numeric.PnConjugateGradient
- All Implemented Interfaces:
- java.io.Serializable
- public class PnConjugateGradient
- extends java.lang.Object
- implements java.io.Serializable
Minimize functionals using conjugate gradient method.
- Version:
- 00.00.98, 1.00 revised (kp)
00.00.98, 1.00 created (kp)
- Author:
- Numerical Recipes, changed to Java and adapted by Konrad Polthier
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PnConjugateGradient
public PnConjugateGradient()
getNumIterations
public int getNumIterations()
dfrprmn
public double dfrprmn(PdVector p,
double fTol,
PnFunction func)
The software JavaView® is copyright protected. All Rights Reserved.