Boost logo

Ublas :

Subject: Re: [ublas] Compiling With Boost’s UBlas Numeric Binding Library to Solve Ax=b Linear System
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2009-08-06 02:03:27


Peverall Dubois wrote:

[snip]
>
> What's wrong with my approach?
>
> - G.V

I guess you forgot to link against the lapack library. Ensure lapack is
installed, and try adding something like -llapack to your compile statement.

Kind regards,

Rutger