Exemple #1
0
def setFTolerance(*args):
  """
    setFTolerance(double tolf)

    Sets the termination threshold for the change in f. 
    """
  return _rootfind.setFTolerance(*args)
Exemple #2
0
def setFTolerance(*args):
  """
    setFTolerance(double tolf)

    Sets the termination threshold for the change in f. 
    """
  return _rootfind.setFTolerance(*args)
Exemple #3
0
def setFTolerance(tolf):
    """
    Sets the termination threshold for the change in f.  

    Args:
        tolf (float)
    """
    return _rootfind.setFTolerance(tolf)
Exemple #4
0
def setFTolerance(tolf):
    """
    Sets the termination threshold for the change in f.  

    Args:
        tolf (float)
    """
    return _rootfind.setFTolerance(tolf)
Exemple #5
0
def setFTolerance(*args):
  return _rootfind.setFTolerance(*args)