mpfit 1.85+2017.01.03-3 source package in Ubuntu

Changelog

mpfit (1.85+2017.01.03-3) unstable; urgency=low

  * Fix mpfit test again.
  * Push Standards-Version to 4.2.1. No changes needed.

 -- Ole Streicher <email address hidden>  Fri, 23 Nov 2018 08:41:58 +0100

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mpfit_1.85+2017.01.03-3.dsc 2.0 KiB 379f0ec9a9881729942aa4aa612ae2d0365994917a5e000cf629e2ce71443011
mpfit_1.85+2017.01.03.orig.tar.gz 154.5 KiB 9cae112615a97eddcaea6fd02d4c0d7772776680801d903186162d5cf95dc22a
mpfit_1.85+2017.01.03-3.debian.tar.xz 8.5 KiB 17985cab8b271851def991f35f86fe40b5b179316c05f359473ef1ca47869ad0

No changes file available.

Binary packages built by this source

gdl-mpfit: Robust non-linear least squares curve fitting for GDL

 These GDL routines provide a robust and relatively fast way to perform
 least-squares curve and surface fitting. The algorithms are translated from
 MINPACK-1, which is a rugged minimization routine found on Netlib, and
 distributed with permission. This algorithm is more desirable than CURVEFIT
 because it is generally more stable and less likely to crash than the
 brute-force approach taken by CURVEFIT, which is based upon Numerical
 Recipes.
 .
 MPFIT has additional capabilities not found in CURVEFIT. Model parameters can
 be "frozen" (that is, held constant during the fitting process). Simple
 boundary constraints can be imposed on parameter values, which can be helpful
 to keep parameters from becoming negative, for example. Please see the
 documentation for the PARINFO keyword if you wish to use this facility.