NumpyTensorSpace.dist¶
- NumpyTensorSpace.dist(x1, x2)¶
Return the distance between
x1andx2.- Parameters:
- x1, x2
LinearSpaceElement Elements whose distance to compute.
- x1, x2
- Returns:
- distfloat
Distance between
x1andx2.
Return the distance between x1 and x2.
LinearSpaceElementElements whose distance to compute.
Distance between x1 and x2.