Skip to content

How to solve a linear system of the form A x <= b? #1055

Closed Answered by langou
matheusdiogenesandrade asked this question in Q&A
Discussion options

You must be logged in to vote

For undetermined system of equations, there is xGELS. xGELS solves the minimum norm solution: min_{x s.t. Ax=b} || x ||_2. Beyond xGELS (and xGELSX), LAPACK provides factorizations and decompositions that can help you solve the problem at hand but there is not a driver so you have to call another library or build a solver yourself.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@matheusdiogenesandrade
Comment options

Comment options

You must be logged in to vote
1 reply
@matheusdiogenesandrade
Comment options

Answer selected by matheusdiogenesandrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants