Package gov.nih.mipav.model.algorithms
Class AlgorithmSM2.FitAllNL2
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.NL2sol
-
- gov.nih.mipav.model.algorithms.AlgorithmSM2.FitAllNL2
-
- Enclosing class:
- AlgorithmSM2
class AlgorithmSM2.FitAllNL2 extends NL2sol
-
-
Constructor Summary
Constructors Constructor Description FitAllNL2()
-
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)
-
Methods inherited from class gov.nih.mipav.model.algorithms.NL2sol
driver, getChiSquared, getIterations, nl2sno, nl2sol, reldst, statusMessageNL2sol
-
-