Package gov.nih.mipav.model.algorithms
Class AlgorithmELSUNCOpt3D.FitOAR3DNL2solModel
java.lang.Object
gov.nih.mipav.model.algorithms.NL2sol
gov.nih.mipav.model.algorithms.AlgorithmELSUNCOpt3D.FitOAR3DNL2solModel
- Enclosing class:
AlgorithmELSUNCOpt3D
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int(package private) int[](package private) static final int(package private) static final intprivate double[](package private) static final boolean(package private) double[](package private) double[] -
Constructor Summary
ConstructorsConstructorDescriptionFitOAR3DNL2solModel(double[] x, int[] iv, double[] v, int currentDim, double[] point) Creates a new FitSM2nl2solModel object. -
Method Summary
Methods inherited from class gov.nih.mipav.model.algorithms.NL2sol
driver, getChiSquared, getIterations, nl2sno, nl2sol, reldst, statusMessageNL2sol
-
Field Details
-
iv
int[] iv -
v
double[] v -
x
double[] x -
currentDim
private int currentDim -
point
private double[] point -
numEquations
static final int numEquations- See Also:
-
numParameters
static final int numParameters- See Also:
-
useAnalyticJacobian
static final boolean useAnalyticJacobian- See Also:
-
-
Constructor Details
-
FitOAR3DNL2solModel
public FitOAR3DNL2solModel(double[] x, int[] iv, double[] v, int currentDim, double[] point) Creates a new FitSM2nl2solModel object.- Parameters:
x- DOCUMENT ME!iv-v-nPoints- DOCUMENT ME!yData- DOCUMENT ME!useAnalyticJacobian-
-
-
Method Details
-
dumpResults
public void dumpResults()Display results of displaying OAR3D fitting parameter. -
calcr
public void calcr(int meqn, int nvar, double[] x, int[] nf, double[] r, int[] uiparm, double[] urparm) -
calcj
public void calcj(int meqn, int nvar, double[] x, int nf, double[][] jac, int[] uiparm, double[] urparm)
-