Beispiel #1
0
def mnp_dot(a, b):
    return mnp.dot(a, b)
Beispiel #2
0
def dot(x, y):
    return mnp.dot(x, y)