Beispiel #1
0
def optNoBoundsSet(popt, AIVal):
    """optNoBoundsSet(popt, AIVal)"""
    return _optcc.optNoBoundsSet(popt, AIVal)
Beispiel #2
0
def optNoBoundsSet(*args):
  """optNoBoundsSet(popt, AIVal)"""
  return _optcc.optNoBoundsSet(*args)