Changes between Version 3 and Version 4 of Ticket #4


Ignore:
Timestamp:
Sep 21, 2005, 3:01:37 PM (19 years ago)
Author:
duncan
Comment:

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.
     1Arrange quad tree algorithm so that all datapoints contribute to interpolation matrix A, without having to set the expand search flag to true.
    22
    33Currently this is fixed by expand search but that can be very slow.