Boost logo

Ublas :

Subject: Re: [ublas] How to solve systems of linear equations?
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-03-09 15:40:52


Rui Maciel wrote:

>
> So, what am I missing? How is boost::ublas used to solve systems of
> linear equations?
>
> Thanks in advance,
> Rui Maciel

Dear Rui,

do you have a system with BLAS or LAPACK available (MKL, ATLAS, etc.)? One
solution would be to use the LAPACK bindings from the numeric_bindings
library to solve a system of linear equations.

Kind regards,

Rutger