JavaView® v2.12

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

Constructor Summary
PnConjugateGradient()
           
 
Method Summary
 double dfrprmn(PdVector p, double fTol, PnFunction func)
           
 int getNumIterations()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PnConjugateGradient

public PnConjugateGradient()
Method Detail

getNumIterations

public int getNumIterations()

dfrprmn

public double dfrprmn(PdVector p,
                      double fTol,
                      PnFunction func)

JavaView® v2.12

The software JavaView® is copyright protected. All Rights Reserved.