⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readmec.txt

📁 该程序实现了非线性最小二乘问题和非线性方程组的解法
💻 TXT
字号:
====== C language readme for minpack ======This is a C version of the minpack minimization package.It has been derived from the fortran code using f2c andsome limited manual editing. Note that you need to linkagainst libf2c to use this version of minpack. Extern "C"linkage permits the package routines to be called from C++.Check ftp://netlib.bell-labs.com/netlib/f2c for the latestf2c version. For general minpack info and test programs, seethe accompanying readme.txt and http://www.netlib.org/minpack/.Type `make` to compile and `make install` to install in /usr/localor modify the makefile to suit your needs.This software has been tested on a RedHat 7.3 Linux machine -usual 'use at your own risk' warnings apply.Manolis Lourakis -- lourakis at ics forth gr, July 2002	Institute of Computer Science,	Foundation for Research and Technology - Hellas	Heraklion, Crete, GreeceRepackaging by Frederic Devernay -- frederic dot devernay at m4x dot org:- Added fortran and C examples- Added documentation from Debian man pages- Wrote pure C version- Added covar() and covar_(), and use it in tlmdef/tlmdif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -