Пример #1
0
def optGetDotOptUel(popt, ANr, ADim):
    """optGetDotOptUel(popt, ANr, ADim) -> int"""
    return _optcc.optGetDotOptUel(popt, ANr, ADim)
Пример #2
0
def optGetDotOptUel(*args):
  """optGetDotOptUel(popt, ANr, ADim) -> int"""
  return _optcc.optGetDotOptUel(*args)