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 Summary
Fields Modifier and Type Field Description private int
currentDim
(package private) int[]
iv
(package private) static int
numEquations
(package private) static int
numParameters
private double[]
point
(package private) static boolean
useAnalyticJacobian
(package private) double[]
v
(package private) double[]
x
-
Constructor Summary
Constructors Constructor Description FitOAR2DNL2solModel(double[] x, int[] iv, double[] v, int currentDim, double[] point)
Creates a new FitSM2nl2solModel object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
calcj(int meqn, int nvar, double[] x, int nf, double[][] jac, int[] uiparm, double[] urparm)
void
calcr(int meqn, int nvar, double[] x, int[] nf, double[] r, int[] uiparm, double[] urparm)
void
dumpResults()
Display results of displaying OAR2D fitting parameter.-
Methods inherited from class gov.nih.mipav.model.algorithms.NL2sol
driver, getChiSquared, getIterations, nl2sno, nl2sol, reldst, statusMessageNL2sol
-
-
-
-
Field Detail
-
iv
int[] iv
-
v
double[] v
-
x
double[] x
-
currentDim
private int currentDim
-
point
private double[] point
-
numEquations
static final int numEquations
- See Also:
- Constant Field Values
-
numParameters
static final int numParameters
- See Also:
- Constant Field Values
-
useAnalyticJacobian
static final boolean useAnalyticJacobian
- See Also:
- Constant Field Values
-
-