org.freehep.math.minuit
Interface FCNBase

All Known Subinterfaces:
FCNGradientBase

public interface FCNBase

User function base class, has to be implemented by the user.

Version:
$Id: FCNBase.java 8584 2006-08-10 23:06:37Z duns $

Method Summary
 double valueOf(double[] par)
          Returns the value of the function with the given parameters.
 

Method Detail

valueOf

double valueOf(double[] par)
Returns the value of the function with the given parameters.



Copyright © 2000-2006 FreeHEP. All Rights Reserved.