LinearSpace.dist¶
-
LinearSpace.
dist
(self, x1, x2)[source]¶ Return the distance between
x1
andx2
.- Parameters
- x1, x2
LinearSpaceElement
Elements whose distance to compute.
- x1, x2
- Returns
- distfloat
Distance between
x1
andx2
.
LinearSpace.
dist
(self, x1, x2)[source]¶Return the distance between x1
and x2
.
LinearSpaceElement
Elements whose distance to compute.
Distance between x1
and x2
.