Boost logo

Ublas :

From: Ian McCulloch (ianmcc_at_[hidden])
Date: 2006-06-06 10:16:49


dvir schirman wrote:

> I see I didnt make myself clear.
>
> I wrote:
> boost::numeric::ublas::vector a;
>
> at my header file.
>
> and wrote:
> a.resize(3);
>
> at my implementation file.
> So, as I see it, it should work this way.
>

Threads like this are practically useless without a full example (but as
short as possible!) that demonstrates the problem.

Can you post the exact code that you compiled (after trimming out anything
that is unnecessary), and the steps we need to follow to reproduce the
problem.

Cheers,
Ian