aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-02-23 20:24:31 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-02-23 20:24:31 +0000
commit171809a4351a720313e724983a150bc6c739cf24 (patch)
treed69a2296ebab30691e942d94e97a91da9cec423b /math/Makefile
parent67b0bfe334ba040deb7f17027b6b8043478bc784 (diff)
downloadports-171809a4351a720313e724983a150bc6c739cf24.tar.gz
ports-171809a4351a720313e724983a150bc6c739cf24.zip
Minpack includes software for solving nonlinear equations and nonlinear least
squares problems. Five algorithmic paths each include a core subroutine and an easy-to-use driver. The algorithms proceed either from an analytic specification of the Jacobian matrix or directly from the problem functions. The paths include facilities for systems of equations with a banded Jacobian matrix, for least squares problems with a large amount of data, and for checking the consistency of the Jacobian matrix with the functions WWW: http://devernay.free.fr/hacks/cminpack/ PR: 196697 Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
Notes
Notes: svn path=/head/; revision=379703
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 90fbad37bc67..547fd9480eac 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -88,6 +88,7 @@
SUBDIR += cln
SUBDIR += cloog
SUBDIR += clp
+ SUBDIR += cminpack
SUBDIR += coinmp
SUBDIR += concorde
SUBDIR += convertall