ProductSpaceElement.__eq__¶
- ProductSpaceElement.__eq__(other)[source]¶
Return
self == other
.Overrides the default
LinearSpace
method since it is implemented with the distance function, which is prone to numerical errors. This function checks equality per component.