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