Change log Library_scimath_Fitting for AIPS++ version 1.9
A summary of the changes is available.
Change-id: 0164
Author: Wim Brouw
Date: 2005/02/15
Area: Library scimath Fitting
Category: New Code
Summary: Merge separate normal equations
Added merge() option to LSQFit (and derived classes) to merge separately created normal equations (e.g. on multi-processor machines)
Change-id: 0168
Author: Wim Brouw
Date: 2005/04/21
Area: Library scimath Fitting
Category: New Code,Documentation,Test
Summary: Enable use of Fitting classes in distributed way
The basic fitting class (LSQFit and its derived LSQaips) has been enhanced with:
- merge(): a full and sparse version. Merge will merge normal equations produced separately (e.g. on separate compute nodes)
- toRecord/fromRecord: to enable transport of fitting information (normal equations e.g.) between different processing nodes the Fitting objecst can be converted to/from generic Records.
Examples of the use of these facilities are in tLSQFit.