Changes between Initial Version and Version 1 of Ticket #13530
- Timestamp:
- Sep 25, 2012, 9:58:36 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13530 – Description
initial v1 1 The `` list`` member function of ``sage.gsl.interpolation.Spline`` returns a reference to the spline interpolation points, allowing one to change these points without having the spline be recomputed:1 The ```list``` member function of ```sage.gsl.interpolation.Spline``` returns a reference to the spline interpolation points, allowing one to change these points without having the spline be recomputed: 2 2 3 3 {{{ … … 11 11 2.0 12 12 }}} 13 14 This issue came up in #12036 and is related to #13520.