NumpyTensorSpaceCustomNorm.__eq__¶
- NumpyTensorSpaceCustomNorm.__eq__(other)¶
Return
self == other.- Returns:
- equalbool
Trueif other is aCustomNorminstance with the same norm,Falseotherwise.
Return self == other.
True if other is a CustomNorm instance with the same
norm, False otherwise.