Exemplo n.º 1
0
def optGetDotOptUel(popt, ANr, ADim):
    """optGetDotOptUel(popt, ANr, ADim) -> int"""
    return _optcc.optGetDotOptUel(popt, ANr, ADim)
Exemplo n.º 2
0
def optGetDotOptUel(*args):
  """optGetDotOptUel(popt, ANr, ADim) -> int"""
  return _optcc.optGetDotOptUel(*args)