$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: J-S Lin (yg-boost-users_at_[hidden])
Date: 2002-10-25 17:42:25
The error message is as follows,
---------------------------------
g:\C++ notes\test_boost\test_matrix.cpp(14) : error C2679: binary '<<' : no
operator found which takes a right-hand operand of type
'boost::numeric::ublas::matrix' (or there is no acceptable conversion)
with
[
T=double,
F=boost::numeric::ublas::row_major,
A=boost::numeric::ublas::unbounded_array
]
------------------------------
Much appreciated.
J-S Lin