Boost logo

Ublas :

Subject: Re: [ublas] Numeric traits for ublas bounded_vector and matrix
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-02-23 07:16:58


Jesse Perla wrote:
>
> I think that may work for matrices, but not for vectors. In the traits
> associated with vector vs. bounded_vector I don't see any place to get an
> int_<>?

Could be, they both have static strides (result_of::stride<
ublas::vector<double>::type is mpl::int_<1> (or, tag::contiguous)).

Cheers,

Rutger