Other packages > Find by keyword >

limSolve  

Solving Linear Inverse Models
View on CRAN: Click here


Download and install limSolve package within the R console
Install from CRAN:
install.packages("limSolve")

Install from Github:
library("remotes")
install_github("cran/limSolve")

Install by package version:
library("remotes")
install_version("limSolve", "2.0.1")



Attach the package and use:
library("limSolve")
Maintained by
Karline Soetaert
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2008-04-24
Latest Update: 2025-06-24
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.
How to cite:
Karline Soetaert (2008). limSolve: Solving Linear Inverse Models. R package version 2.0.1, https://cran.r-project.org/web/packages/limSolve. Accessed 05 Jun. 2026.
Previous versions and publish date:
1.1 (2008-04-24 18:51), 1.2 (2008-09-05 17:31), 1.3 (2008-10-29 11:58), 1.4 (2009-04-15 09:34), 1.5.1 (2009-10-11 17:02), 1.5.2 (2012-01-15 12:40), 1.5.3 (2012-04-19 16:09), 1.5.4 (2013-04-24 09:38), 1.5.5.1 (2014-11-03 15:00), 1.5.5.2 (2017-01-17 01:04), 1.5.5.3 (2017-08-14 17:14), 1.5.5 (2013-07-02 10:51), 1.5.6 (2019-11-14 12:10), 1.5.7.1 (2024-02-05 15:30), 1.5.7.2 (2025-05-15 12:30), 1.5.7 (2023-09-21 21:10), 1.5 (2009-04-20 22:34), 2.0.1 (2025-06-24 15:30), 2.0 (2025-06-11 18:10)
Other packages that cited limSolve R package
View limSolve citation profile
Other R packages that limSolve depends, imports, suggests or enhances
Complete documentation for limSolve
Functions, R codes and Examples using the limSolve R package
Some associated functions: Blending . Chemtax . E_coli . Minkdiet . Solve.banded . Solve.block . Solve . Solve.tridiag . ldei . ldp . linp . lsei . nnls . resolution . varranges . varsample . xranges . xsample . 
Some associated R codes: Solve.R . Solve.banded.R . Solve.block.R . Solve.tridiag.R . ldei.R . ldp.R . linp.R . lsei.R . nnls.R . resolution.R . varranges.R . varsample.R . xranges.R . xsample.R .  Full limSolve package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  
msm  
Multi-State Markov and Hidden Markov Models in Continuous Time
Functions for fitting continuous-time Markov and hidden Markov multi-state models to longitudinal d ...
Download / Learn more Package Citations See dependency  
ibb  
R Wrapper for Istanbul Municipality Open Data Portal
Call wrappers for Istanbul Metropolitan Municipality's Open Data Portal (Turkish: Istanbul B ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
crossurr  
Cross-Fitting for Doubly Robust Evaluation of High-Dimensional Surrogate Markers
Doubly robust methods for evaluating surrogate markers as outlined in: Agniel D, Hejblum BP, Thiebau ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA