$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Nick Toze (geeky_nick_at_[hidden])
Date: 2002-12-05 13:00:38
Hello,
I'm using ublas in MSVC6. How do I find out the values of elements of
a matrix when debugging? If I try putting for example mat[0][0] in the
'watch' window then it says 'CXX0058: Error: overloaded operator not
found'.
Thanks in advance,
Nick