aboutsummaryrefslogtreecommitdiffstats
path: root/math/Makefile
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2015-02-24 04:24:31 +0800
committerpawel <pawel@FreeBSD.org>2015-02-24 04:24:31 +0800
commit7f1e8f84828f7adff341b7d97e6d3e3df7d4985e (patch)
treed69a2296ebab30691e942d94e97a91da9cec423b /math/Makefile
parenta0034f9769fbbb21c6623f4d8f31ed7322599c96 (diff)
downloadfreebsd-ports-gnome-7f1e8f84828f7adff341b7d97e6d3e3df7d4985e.tar.gz
freebsd-ports-gnome-7f1e8f84828f7adff341b7d97e6d3e3df7d4985e.tar.zst
freebsd-ports-gnome-7f1e8f84828f7adff341b7d97e6d3e3df7d4985e.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>
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