Changes between Version 2 and Version 3 of Ticket #30181, comment 18
- Timestamp:
- 07/31/20 08:51:02 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30181, comment 18
v2 v3 7 7 > Cython does not have multiple inheritance and you want the Sage vectors, which are Cython classes, to have this behavior. Since that structure is already there, the `FreeModuleTensor` should use it. 8 8 9 Reasonable point. For scalar fields and connections, we can use the `mutability` class then, right? 9 Reasonable point. Mh, that would mean, we need a seperate solution for 10 scalar fields and connections, right? 10 11 11 12 Do you have an opinion regarding the behavior of the tensor's names? I think that the names should be fixed as soon as the element is immutable.