Exemple #1
0
def outer(a, b):
    '''Outer product of two arrays'''
    return _linalg.outerProduct(a, b)
Exemple #2
0
def outer(a, b):
    '''Outer product of two arrays'''
    return _linalg.outerProduct(a, b)