Changes between Version 3 and Version 4 of Ticket #30181, comment 18
- Timestamp:
- 07/31/20 08:51:14 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30181, comment 18
v3 v4 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. Mh, that would mean, we need a seperate solution for 10 scalar fields and connections, right? 9 Reasonable point. Mh, that would mean, we need a seperate solution for scalar fields and connections, right? 11 10 12 11 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.