Boost logo

Ublas :

Subject: Re: [ublas] Newbie getting started
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2012-04-11 12:32:05


Ushtarador wrote:
> Could someone please give me step-by-step instructions how to proceed
> now?
> :)

You could try to compile and run the following two tests:

<http://svn.boost.org/svn/boost/sandbox/numeric_bindings/libs/numeric/bindings/lapack/test/ublas_heev.cpp>
<http://svn.boost.org/svn/boost/sandbox/numeric_bindings/libs/numeric/bindings/lapack/test/ublas_geev.cpp>

This should at least be enough to see whether you link correctly against LAPACK.lib, and whether it works correctly.

Regards,
Thomas