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(ai*xi) 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. Includes banded and tridiagonal linear systems. The package calls Fortran functions from LINPACK
Version: | 1.5.5.1 |
Depends: | R (≥ 2.10) |
Imports: | quadprog, lpSolve, MASS |
Published: | 2014-11-03 |
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 |
Reference manual: | limSolve.pdf |
Vignettes: |
Solving Linear Inverse Models in R Sampling Linear Inverse Models in R |
Package source: | limSolve_1.5.5.1.tar.gz |
Windows binaries: | r-devel: limSolve_1.5.5.1.zip, r-release: limSolve_1.5.5.1.zip, r-oldrel: limSolve_1.5.5.1.zip |
OS X Snow Leopard binaries: | r-release: limSolve_1.5.5.1.tgz, r-oldrel: limSolve_1.5.5.1.tgz |
OS X Mavericks binaries: | r-release: limSolve_1.5.5.1.tgz |
Old sources: | limSolve archive |
Reverse depends: | BCE, EMMAgeo, LIM, MultiLCIRT, spaceExt |
Reverse imports: | networkTomography, pi0 |
Reverse suggests: | CHNOSZ |