help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] Linear System Solve


From: Rhys Ulerich
Subject: Re: [Help-gsl] Linear System Solve
Date: Tue, 24 Apr 2012 10:05:33 -0500

> Suppose we have A of size 9x2 and b of size 9x1
> How would I solve Ax = b for x using GSL? Which method to use?

Probably gsl_linalg_QR_lssolve.  You can read up on the QR routines at
http://www.gnu.org/software/gsl/manual/html_node/QR-Decomposition.html.

- Rhys



reply via email to

[Prev in Thread] Current Thread [Next in Thread]