limSolve: Solving Linear Inverse Models

Functions that (1) find the minimum/maximum of a linear or quadratic function: min or max (f(x)), where f(x) = ||Ax-b||^2 or f(x) = sum(a_i*x_i) subject to equality constraints Ex=f and/or inequality constraints Gx>=h, (2) sample an underdetermined- or overdetermined system Ex=f subject to Gx>=h, and if applicable Ax~=b, (3) solve a linear system Ax=B for the unknown x. It includes banded and tridiagonal linear systems. The package calls Fortran functions from 'LINPACK'.

Version: 1.5.5.3
Depends: R (≥ 2.10)
Imports: quadprog, lpSolve, MASS
Published: 2017-08-14
Author: Karline Soetaert [aut, cre], Karel Van den Meersche [aut], Dick van Oevelen [aut], LAPACK authors [cph]
Maintainer: Karline Soetaert <karline.soetaert at nioz.nl>
License: GPL-2 | GPL-3 [expanded from: GPL]
Copyright: inst/COPYRIGHTS
limSolve copyright details
NeedsCompilation: yes
Citation: limSolve citation info
Materials: ChangeLog
In views: Optimization
CRAN checks: limSolve results

Downloads:

Reference manual: limSolve.pdf
Vignettes: Solving Linear Inverse Models in R
Sampling Linear Inverse Models in R
Package source: limSolve_1.5.5.3.tar.gz
Windows binaries: r-devel: limSolve_1.5.5.3.zip, r-release: limSolve_1.5.5.3.zip, r-oldrel: limSolve_1.5.5.3.zip
OS X binaries: r-release: limSolve_1.5.5.3.tgz, r-oldrel: limSolve_1.5.5.3.tgz
Old sources: limSolve archive

Reverse dependencies:

Reverse depends: AMIAS, BCE, EMMAgeo, fuzzyreg, LIM, MLCIRTwithin, MultiLCIRT, ragtop, treedater
Reverse imports: cds, EAinference, enaR, evclust, FastSF, geospt, geosptdb, gpDDE, hgutils, IntegratedMRF, networkTomography, restlos, sptemExp, walkr
Reverse suggests: CHNOSZ, valuer

Linking:

Please use the canonical form https://CRAN.R-project.org/package=limSolve to link to this page.