Uses of Class
org.freehep.math.minuit.MnUserParameterState

Uses of MnUserParameterState in org.freehep.math.minuit
 

Methods in org.freehep.math.minuit that return MnUserParameterState
 MnUserParameterState MnHesse.calculate(FCNBase fcn, double[] par, double[] err)
           
 MnUserParameterState MnHesse.calculate(FCNBase fcn, double[] par, double[] err, int maxcalls)
          FCN + parameters + errors
 MnUserParameterState MnHesse.calculate(FCNBase fcn, double[] par, MnUserCovariance cov)
           
 MnUserParameterState MnHesse.calculate(FCNBase fcn, double[] par, MnUserCovariance cov, int maxcalls)
          FCN + parameters + MnUserCovariance
 MnUserParameterState MnHesse.calculate(FCNBase fcn, MnUserParameters par)
           
 MnUserParameterState MnHesse.calculate(FCNBase fcn, MnUserParameters par, int maxcalls)
          FCN + MnUserParameters
 MnUserParameterState MnHesse.calculate(FCNBase fcn, MnUserParameters par, MnUserCovariance cov)
           
 MnUserParameterState MnHesse.calculate(FCNBase fcn, MnUserParameters par, MnUserCovariance cov, int maxcalls)
          FCN + MnUserParameters + MnUserCovariance
 MnUserParameterState MnHesse.calculate(FCNBase fcn, MnUserParameterState state, int maxcalls)
          FCN + MnUserParameterState
protected  MnUserParameterState MnUserParameterState.clone()
           
 MnUserParameterState MinosError.lowerState()
           
 MnUserParameterState MnApplication.state()
           
 MnUserParameterState MinosError.upperState()
           
 MnUserParameterState FunctionMinimum.userState()
          user representation of state at minimum
 

Methods in org.freehep.math.minuit with parameters of type MnUserParameterState
 MnUserParameterState MnHesse.calculate(FCNBase fcn, MnUserParameterState state, int maxcalls)
          FCN + MnUserParameterState
static void MnPrint.print(PrintWriter os, MnUserParameterState state)
           
 

Constructors in org.freehep.math.minuit with parameters of type MnUserParameterState
MnMigrad(FCNBase fcn, MnUserParameterState par, MnStrategy str)
          construct from FCNBase + MnUserParameterState + MnStrategy
MnMinimize(FCNBase fcn, MnUserParameterState par, MnStrategy str)
          construct from FCNBase + MnUserParameterState + MnStrategy
MnScan(FCNBase fcn, MnUserParameterState par, MnStrategy str)
          construct from FCNBase + MnUserParameterState + MnStrategy
MnSimplex(FCNBase fcn, MnUserParameterState par, MnStrategy str)
          construct from FCNBase + MnUserParameterState + MnStrategy
 



Copyright © 2000-2006 FreeHEP. All Rights Reserved.