Boost logo

Ublas :

Subject: Re: [ublas] size_type for mapped_matrix
From: Alex Hagen-Zanker (ahh34_at_[hidden])
Date: 2011-04-14 04:33:11


> Is this a bug, or am I expecting too much?

I now see in the Doxygen documentation that mapped_matrix assumes that:

size1 * size2 < std::limits<std::size_t>

So, it is not a bug and I was expecting too much. It seems odd to me
though that a sparse matrix is limited by the number of elements rather
than the number of non-zero elements.