Boost logo

Boost Users :

From: Lorenzo Bolla (bolla_at_[hidden])
Date: 2004-04-07 11:28:36


it seems that you only need the Boost::Numeric::uBlas library. The
easiest thing is that you download the full Boost Library (because the
uBlas uses different part of it) and put the correct path in your
include directory (in your project file).
that's it, you don't need to build anything: uBlas is entirely made of header
files.
for the compiler, the more recent the better.
lorenzo.

On Wed, Apr 07, 2004 at 01:22:19PM +0100, dmathews wrote:
> Hi, I hope you don't mind a total newbie question.
>
> I'm trying to make use of some c++ code from the web in a project of my own.
> However this code uses boost libraries.
> Specifically:
>
> #include <boost/numeric/ublas/matrix.hpp>
> using namespace boost::numeric::ublas;
> So I need to install these. However I don't really know what I'm doing (!)
> Do I need to build/install all of Boost? As I've really not got a clue how
> to do this and the documentation isn't abundantly clear.
> I tried just copying "matrix.hpp" into the project and typing #include
> <matrix.hpp> but it didn't work.
> Any pointers to get me going greatfully appreciated.
> I can work in MS VC 6 or 7
> Thanks in advance
>
> Dave
>

> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users

-- 
                 CH3
                  |
                  N
                 / \
           N----C   C==O
          ||   ||   |
          ||   ||   |
          CH    C   N--CH3
            \  / \ /
             N    C
             |   ||
            CH3   O

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net