Boost logo

Ublas :

Subject: Re: [ublas] Numeric traits for ublas bounded_vector and matrix
From: Jesse Perla (jesseperla_at_[hidden])
Date: 2010-02-24 09:00:22


Rutger ter Borg <rutger <at> terborg.net> writes:
> AFAICT, the c_matrix/c_vector stuff also has dynamic sizes (see the size1_
> and size2_ members). In terms of behaviour, I think it's identical to the
> bounded_ stuff.

OK. But regardless of its data members, if the intent of the class was to act
as a static sized structure, then the traits could yield int_ for the size,
columns, rows?