Boost logo

Ublas :

From: Georg Baum (Georg.Baum_at_[hidden])
Date: 2005-06-22 06:17:41


Am Mittwoch, 22. Juni 2005 12:40 schrieb Michael Stevens:
> >
> > libs/numeric/bindings/blas/test/blas1.cpp
>
> Looks like this test is broken. Any Bindings expert like to take a look. It
> causes my GCC 3.3.4 to generate an internal compile error!!

The bindings are probably simply out of date.

In this case two headers are missing:

#include <boost/numeric/ublas/vector_proxy.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>

Note that this is ublas CVS from 2005-04-06, more fixes may be needed for the
current version.

Georg