def DistanceSquared(x, y, n): r"""DistanceSquared(double const * x, double const * y, int const n) -> double""" return _vector.DistanceSquared(x, y, n)
def DistanceSquared(x, y, n): return _vector.DistanceSquared(x, y, n)