|
Ublas : |
From: Peter Melchior (pmelchior_at_[hidden])
Date: 2007-01-30 12:55:14
Hello,
I found the reason for the failing compilation when calling altas
methods with vector/matrix expressions:
The files <boost/numeric/ublas/vector_proxy.hpp> and
<boost/numeric/ublas/matrix_proxy.hpp> are not included by
<bindings/traits/ublas_vector.hpp> and
<bindings/traits/ublas_matrix.hpp>.
Thus, expressions like matrix_vector_range cannot be found by the
compiler. An appropriate include after line 25 of the traits files
solves the problem (for me).
Regards,
Peter Melchior