Package: limSolve
Version: 1.5.5.1
Date: 2014-11-01
Title: Solving Linear Inverse Models
Author: Karline Soetaert [aut, cre],  
        Karel Van den Meersche [aut],  
        Dick van Oevelen [aut], 
        LAPACK authors [cph]
Authors@R: c(person("Karline","Soetaert", role = c("aut","cre"), 
                     email = "karline.soetaert@nioz.nl"),
             person("Karel","Van den Meersche", role = "aut"),
             person("Dick","van Oevelen", role = "aut", 
                     email = "dick.vanoevelen@nioz.nl"),
             person("LAPACK authors", role = "cph"))
Maintainer: Karline Soetaert <karline.soetaert@nioz.nl>
Depends: R (>= 2.10)
Imports: quadprog, lpSolve, MASS
Description: 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
License: GPL
Copyright: inst/COPYRIGHTS
LazyData: yes
Packaged: 2014-11-01 09:25:26 UTC; rforge
Repository: CRAN
Repository/R-Forge/Project: limsolve
Repository/R-Forge/Revision: 101
Repository/R-Forge/DateTimeStamp: 2014-11-01 09:11:56
Date/Publication: 2014-11-03 15:00:03
NeedsCompilation: yes
Built: R 3.1.2; x86_64-apple-darwin10.8.0; 2014-11-04 11:54:40 UTC; unix
Archs: limSolve.so.dSYM
