Boost logo

Ublas :

Subject: Re: [ublas] [bindings][traits] traits::vector_storage / traits::matrix_storage does not work with ublas::unbounded_array
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2009-05-13 13:39:24


Hidekazu Ikeno wrote:
>
> I have tested the latest numeric bindings, but have met compilation errors
> when
> I use ublas vector/matrix classes with default storage array
> (ublas::unbounded_array).
> It seems that traits::vector_storage / traits::matrix_storage fails
> because of the missing
> traits class for unbounded_array. It works if I use the std::vector for a
> storage array
> instead of unbounded_array:

Thanks for the report -- fixed.

Kind regards,

Rutger