Package gov.nih.mipav.model.algorithms
Class SchwarzChristoffelMapping2.stpfun3
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.NESolve
-
- gov.nih.mipav.model.algorithms.SchwarzChristoffelMapping2.stpfun3
-
- Enclosing class:
- SchwarzChristoffelMapping2
class SchwarzChristoffelMapping2.stpfun3 extends NESolve
-
-
Field Summary
Fields Modifier and Type Field Description (package private) double[]beta(package private) boolean[]cmplx(package private) int[]left(package private) intn(package private) intnb(package private) double[][]nmlen(package private) double[][]qdat(package private) int[]right-
Fields inherited from class gov.nih.mipav.model.algorithms.NESolve
analyticJacobian, btrack, chiSquared, details, fparam, fvc, initialJacobianIdentity, itncount, LINE_SEARCH, NO_SCALING, nofun, path, scale, SCALING_WITH_SCALE, SCALING_WITHOUT_SCALE, termcode, TRUST_REGION, x0, xf
-
-
Constructor Summary
Constructors Constructor Description stpfun3(boolean initialJacobianIdentity, double[] x0, double[] fparam, boolean analyticJacobian, double[][] scale, java.util.Vector<java.lang.Double> path, double[] btrack, int trace, int method, int maxIterations, double fvectol, double steptol, double maxStepSize, double details11, int scaling, int n, int nb, double[] beta, double[][] nmlen, int[] left, int[] right, boolean[] cmplx, double[][] qdat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddriver()Starts the analysis.voidfitToFunction(double[] fvplus, double[] xplus, double[] fparam)voidfitToJacobian(double[][] jc, int[] addfun, double[] x0, double[] fparam)-
Methods inherited from class gov.nih.mipav.model.algorithms.NESolve
dumpTestResults, fitToTestFunction, fitToTestJacobian, getExitStatus, getParameters, printExitStatus
-
-
-
-
Constructor Detail
-
stpfun3
public stpfun3(boolean initialJacobianIdentity, double[] x0, double[] fparam, boolean analyticJacobian, double[][] scale, java.util.Vector<java.lang.Double> path, double[] btrack, int trace, int method, int maxIterations, double fvectol, double steptol, double maxStepSize, double details11, int scaling, int n, int nb, double[] beta, double[][] nmlen, int[] left, int[] right, boolean[] cmplx, double[][] qdat)
-
-
Method Detail
-
fitToFunction
public void fitToFunction(double[] fvplus, double[] xplus, double[] fparam)- Specified by:
fitToFunctionin classNESolve
-
fitToJacobian
public void fitToJacobian(double[][] jc, int[] addfun, double[] x0, double[] fparam)- Specified by:
fitToJacobianin classNESolve
-
-