예제 #1
0
def DistanceSquared(x, y, n):
    r"""DistanceSquared(double const * x, double const * y, int const n) -> double"""
    return _vector.DistanceSquared(x, y, n)
예제 #2
0
def DistanceSquared(x, y, n):
    return _vector.DistanceSquared(x, y, n)