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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) double[](package private) boolean[](package private) int[](package private) int(package private) int(package private) double[][](package private) double[][](package private) int[]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
ConstructorsConstructorDescriptionstpfun3(boolean initialJacobianIdentity, double[] x0, double[] fparam, boolean analyticJacobian, double[][] scale, Vector<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
Modifier and TypeMethodDescriptionvoiddriver()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
-
Field Details
-
n
int n -
nb
int nb -
beta
double[] beta -
nmlen
double[][] nmlen -
left
int[] left -
right
int[] right -
cmplx
boolean[] cmplx -
qdat
double[][] qdat
-
-
Constructor Details
-
stpfun3
public stpfun3(boolean initialJacobianIdentity, double[] x0, double[] fparam, boolean analyticJacobian, double[][] scale, Vector<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 Details
-
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
-
driver
public void driver()Starts the analysis.
-