Changes between Version 1 and Version 2 of Ticket #30302, comment 8
- Timestamp:
- 08/06/20 19:14:59 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30302, comment 8
v1 v2 21 21 sage: uv_to_xy = xy_to_uv.inverse() 22 22 sage: f = M.scalar_field({c_xy: 1/(1+x^2+y^2), c_uv: (u^2+v^2)/(1+u^2+v^2)}, 23 ....: name='f') ; f23 ....: name='f') 24 24 sage: %timeit f+0 25 25 The slowest run took 177.32 times longer than the fastest. This could mean that an intermediate result is being cached. … … 46 46 sage: uv_to_xy = xy_to_uv.inverse() 47 47 sage: f = M.scalar_field({c_xy: 1/(1+x^2+y^2), c_uv: (u^2+v^2)/(1+u^2+v^2)}, 48 ....: name='f') ; f48 ....: name='f') 49 49 sage: %timeit f+0 50 50 The slowest run took 23.78 times longer than the fastest. This could mean that an intermediate result is being cached.