Exemple #1
0
def setXTolerance(*args):
  """
    setXTolerance(double tolx)

    Sets the termination threshold for the change in x. 
    """
  return _rootfind.setXTolerance(*args)
Exemple #2
0
def setXTolerance(*args):
  """
    setXTolerance(double tolx)

    Sets the termination threshold for the change in x. 
    """
  return _rootfind.setXTolerance(*args)
Exemple #3
0
def setXTolerance(tolx):
    """
    Sets the termination threshold for the change in x.  

    Args:
        tolx (float)
    """
    return _rootfind.setXTolerance(tolx)
Exemple #4
0
def setXTolerance(tolx):
    """
    Sets the termination threshold for the change in x.  

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