Boost logo

Ublas :

From: Sashan Govender (sashang_at_[hidden])
Date: 2005-08-19 21:35:17


Hi

I've recently upgraded to boost 1.33. The following code results in:

  m_Mass = bnu::zero_matrix<double>(m_Mass.size1(), m_Mass.size2());

where m_Mass is of type bnu::matrix<double> results in the following
compiler error:

'size1' : is not a member of 'boost::numeric::ublas::matrix_container<C>'

I don't think this should error. I think that the matrix_container
should define size1 and size2.