Ejemplo n.º 1
0
def setFTolerance(*args):
  """
    setFTolerance(double tolf)

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

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

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

    Args:
        tolf (float)
    """
    return _rootfind.setFTolerance(tolf)
Ejemplo n.º 5
0
def setFTolerance(*args):
  return _rootfind.setFTolerance(*args)