Last data update: 2014.03.03

nleqslv

Package: nleqslv
Type: Package
Title: Solve Systems of Nonlinear Equations
Version: 3.0.2
Date: 2016-06-27
Author: Berend Hasselman
Maintainer: Berend Hasselman <bhh@xs4all.nl>
Description: Solve a system of nonlinear equations using a Broyden or a Newton method
with a choice of global strategies such as line search and trust region.
There are options for using a numerical or user supplied Jacobian,
for specifying a banded numerical Jacobian and for allowing
a singular or ill-conditioned Jacobian.
License: GPL (>= 2)
NeedsCompilation: yes
Packaged: 2016-06-27 07:50:52 UTC; berendhasselman
Repository: CRAN
Date/Publication: 2016-06-27 13:20:54

● Cran Task View: NumericalMathematics, Optimization
● 0 images, 6 functions, 0 datasets
Reverse Depends: 7

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'nleqslv' ...
** package 'nleqslv' successfully unpacked and MD5 sums checked
** libs
f95   -fpic  -g -O2  -c lautil.f -o lautil.o
f95   -fpic  -g -O2  -c limhpar.f -o limhpar.o
f95   -fpic  -g -O2  -c liqrev.f -o liqrev.o
f95   -fpic  -g -O2  -c liqrup.f -o liqrup.o
f95   -fpic  -g -O2  -c lirslv.f -o lirslv.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c nleqslv.c -o nleqslv.o
f95   -fpic  -g -O2  -c nwbjac.f -o nwbjac.o
f95   -fpic  -g -O2  -c nwbrdn.f -o nwbrdn.o
f95   -fpic  -g -O2  -c nwclsh.f -o nwclsh.o
f95   -fpic  -g -O2  -c nwddlg.f -o nwddlg.o
f95   -fpic  -g -O2  -c nwglsh.f -o nwglsh.o
f95   -fpic  -g -O2  -c nwmhlm.f -o nwmhlm.o
f95   -fpic  -g -O2  -c nwnjac.f -o nwnjac.o
f95   -fpic  -g -O2  -c nwnleq.f -o nwnleq.o
f95   -fpic  -g -O2  -c nwnwtn.f -o nwnwtn.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c nwout.c -o nwout.o
f95   -fpic  -g -O2  -c nwpdlg.f -o nwpdlg.o
f95   -fpic  -g -O2  -c nwpure.f -o nwpure.o
f95   -fpic  -g -O2  -c nwqlsh.f -o nwqlsh.o
f95   -fpic  -g -O2  -c nwtrup.f -o nwtrup.o
f95   -fpic  -g -O2  -c nwutil.f -o nwutil.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o nleqslv.so lautil.o limhpar.o liqrev.o liqrup.o lirslv.o nleqslv.o nwbjac.o nwbrdn.o nwclsh.o nwddlg.o nwglsh.o nwmhlm.o nwnjac.o nwnleq.o nwnwtn.o nwout.o nwpdlg.o nwpure.o nwqlsh.o nwtrup.o nwutil.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/nleqslv/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'nleqslv'
    finding HTML links ... done
    nleqslv-package                         html  
    nleqslv                                 html  
    print.testnslv                          html  
    searchzeros                             html  
    testnslv                                html  
    zznleqslv-iterationreport               html  
** building package indices
** testing if installed package can be loaded
* DONE (nleqslv)
Making 'packages.html' ... done