Boost logo

Ublas :

From: Simon Perreault (nomis80_at_[hidden])
Date: 2006-06-06 13:18:26


On Tuesday June 6 2006 10:39, Ian McCulloch wrote:
> Here, you are calling a member function via an uninitialized pointer.
> Anything could happen; as the old saying goes, you are lucky it didn't
> reformat your harddrive.

To reinforce what Ian is saying: This has nothing to do with uBLAS and
everything to do with basic C++. You should get an introduction book and read
it thoroughly.