org.freehep.math.minuit
Class MnMachinePrecision

java.lang.Object
  extended by org.freehep.math.minuit.MnMachinePrecision

public class MnMachinePrecision
extends Object

Determines the relative floating point arithmetic precision. The setPrecision() method can be used to override Minuit's own determination, when the user knows that the {FCN} function value is not calculated to the nominal machine accuracy.

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

Method Summary
 void setPrecision(double prec)
          override Minuit's own determination
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setPrecision

public void setPrecision(double prec)
override Minuit's own determination



Copyright © 2000-2006 FreeHEP. All Rights Reserved.