TensorSpace.contains_set¶
- TensorSpace.contains_set(other)¶
Test if
other
is a subset of this set.This is a default implementation that simply tests for equality. It should be overridden by subclasses.
- Returns:
- set_containedbool
True
ifother
is contained in this set,False
otherwise.