readme.txt

来自「该程序实现了非线性最小二乘问题和非线性方程组的解法」· 文本 代码 · 共 16 行

TXT
16
字号
====== readme for minpack ======Minpack includes software for solving nonlinear equations andnonlinear least squares problems.  Five algorithmic paths each includea core subroutine and an easy-to-use driver.  The algorithms proceedeither from an analytic specification of the Jacobian matrix ordirectly from the problem functions.  The paths include facilities forsystems of equations with a banded Jacobian matrix, for least squaresproblems with a large amount of data, and for checking the consistencyof the Jacobian matrix with the functions.This directory contains the double-precision versions.Jorge More', Burt Garbow, and Ken Hillstrom at Argonne National Laboratory.

⌨️ 快捷键说明

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