LinearSpace._dist

LinearSpace._dist(self, x1, x2)[source]

Return the distance between x1 and x2.

This method is intended to be private. Public callers should resort to dist which is type-checked.