Package: limSolve
Version: 1.5.7.1
Title: Solving Linear Inverse Models
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("Charles L.","Lawson", role = "ctb", 
                     comment = "file inverse.f"),
             person("Richard J.","Hanson", role = "ctb", 
                     comment = "file inverse.f"),
             person("Jack","Dongarra", role = "ctb", 
                     comment = "files solve.f, inverse.f"),
             person("Cleve","Moler", role = "ctb", 
                     comment = "file solve.f")
            )
Author: Karline Soetaert [aut, cre],
  Karel Van den Meersche [aut],
  Dick van Oevelen [aut],
  Charles L. Lawson [ctb] (file inverse.f),
  Richard J. Hanson [ctb] (file inverse.f),
  Jack Dongarra [ctb] (files solve.f, inverse.f),
  Cleve Moler [ctb] (file solve.f)
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(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. 
License: GPL
Copyright: inst/COPYRIGHTS
LazyData: yes
NeedsCompilation: yes
Packaged: 2024-02-05 13:17:44 UTC; karlines
Repository: CRAN
Date/Publication: 2024-02-05 14:30:02 UTC
Built: R 4.3.3; x86_64-w64-mingw32; 2025-04-07 00:28:27 UTC; windows
Archs: x64
