Package gov.nih.mipav.model.algorithms
Class SchwarzChristoffelMapping.rpfun
java.lang.Object
gov.nih.mipav.model.algorithms.NLConstrainedEngine
gov.nih.mipav.model.algorithms.SchwarzChristoffelMapping.rpfun
- Enclosing class:
SchwarzChristoffelMapping
-
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.NLConstrainedEngine
a, absoluteConvergence, analyticalJacobian, bl, bounds, bu, ctrlMat, dyda, gues, internalScaling, iters, jacobian, maxIterations, nPts, outputMes, param, parameterConvergence, relativeConvergence, residuals, secondAllowed, stdv, tolerance -
Constructor Summary
ConstructorsConstructorDescriptionrpfun(double[] y0, int n, double[] beta, double[][] nmlen, int[] left, int[] right, boolean[] cmplx, double[][] qdat, int[] corners) -
Method Summary
Modifier and TypeMethodDescriptionvoiddriver()Starts the analysis.voidvoidfitToFunction(double[] a, double[] residuals, double[][] covarMat) fitToFunction communicates with 3 protected variables param, nPts, and ctrlMat ctrlMat is used as a wrapper for ctrl or lctrl.Methods inherited from class gov.nih.mipav.model.algorithms.NLConstrainedEngine
dumpTestResults, fitToTestFunction, getChiSquared, getExitStatus, getIterations, getParameters, getResiduals, statusMessage
-
Field Details
-
n
int n -
beta
double[] beta -
nmlen
double[][] nmlen -
left
int[] left -
right
int[] right -
cmplx
boolean[] cmplx -
qdat
double[][] qdat -
corners
int[] corners
-
-
Constructor Details
-
rpfun
public rpfun(double[] y0, int n, double[] beta, double[][] nmlen, int[] left, int[] right, boolean[] cmplx, double[][] qdat, int[] corners)
-
-
Method Details
-
driver
public void driver()Starts the analysis.- Overrides:
driverin classNLConstrainedEngine
-
dumpResults
public void dumpResults() -
fitToFunction
public void fitToFunction(double[] a, double[] residuals, double[][] covarMat) Description copied from class:NLConstrainedEnginefitToFunction communicates with 3 protected variables param, nPts, and ctrlMat ctrlMat is used as a wrapper for ctrl or lctrl. Evaluates the residuals or the Jacobian at a certain a[]- Specified by:
fitToFunctionin classNLConstrainedEngine- Parameters:
a- DOCUMENT ME!residuals- DOCUMENT ME!covarMat- DOCUMENT ME!
-