Package gov.nih.mipav.model.algorithms
Class AlgorithmELSUNCOpt2D.FitOAR2DNL2solModel
- java.lang.Object
- 
- gov.nih.mipav.model.algorithms.NL2sol
- 
- gov.nih.mipav.model.algorithms.AlgorithmELSUNCOpt2D.FitOAR2DNL2solModel
 
 
- 
- Enclosing class:
- AlgorithmELSUNCOpt2D
 
 class AlgorithmELSUNCOpt2D.FitOAR2DNL2solModel extends NL2sol 
- 
- 
Field SummaryFields Modifier and Type Field Description private intcurrentDim(package private) int[]iv(package private) static intnumEquations(package private) static intnumParametersprivate double[]point(package private) static booleanuseAnalyticJacobian(package private) double[]v(package private) double[]x
 - 
Constructor SummaryConstructors Constructor Description FitOAR2DNL2solModel(double[] x, int[] iv, double[] v, int currentDim, double[] point)Creates a new FitSM2nl2solModel object.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcalcj(int meqn, int nvar, double[] x, int nf, double[][] jac, int[] uiparm, double[] urparm)voidcalcr(int meqn, int nvar, double[] x, int[] nf, double[] r, int[] uiparm, double[] urparm)voiddumpResults()Display results of displaying OAR2D fitting parameter.- 
Methods inherited from class gov.nih.mipav.model.algorithms.NL2soldriver, getChiSquared, getIterations, nl2sno, nl2sol, reldst, statusMessageNL2sol
 
- 
 
- 
- 
- 
Field Detail- 
ivint[] iv 
 - 
vdouble[] v 
 - 
xdouble[] x 
 - 
currentDimprivate int currentDim 
 - 
pointprivate double[] point 
 - 
numEquationsstatic final int numEquations - See Also:
- Constant Field Values
 
 - 
numParametersstatic final int numParameters - See Also:
- Constant Field Values
 
 - 
useAnalyticJacobianstatic final boolean useAnalyticJacobian - See Also:
- Constant Field Values
 
 
- 
 
-