Boost logo

Ublas :

Subject: Re: [ublas] Layout type
From: Jesse Perla (jesseperla_at_[hidden])
Date: 2010-05-03 10:28:44


Marco Guazzone <marco.guazzone <at> gmail.com> writes:

> > I tried with typename MatrixType::layout_type, but this typedef is private.
>
> Hi,
>
> You can use
>
> MatrixType::orientation_category

And last, you can use the numeric bindings (in the sandbox) which have a
number of very usable functions and metafunctions for these types of queries.

-Jesse