Changes between Version 3 and Version 4 of Ticket #4
- Timestamp:
- Sep 21, 2005, 3:01:37 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4
- Property Summary changed from least_squares fit does not always use all datapoints to improve efficency of least_squares algorithm for speed increase
-
Ticket #4 – Description
v3 v4 1 Arrange quad tree algorithm so that all datapoints contribute to interpolation matrix A .1 Arrange quad tree algorithm so that all datapoints contribute to interpolation matrix A, without having to set the expand search flag to true. 2 2 3 3 Currently this is fixed by expand search but that can be very slow.