Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2005-08-30 03:10:08


On Tuesday 30 August 2005 09:14, Georg Baum wrote:
> Unfortunately I don't know the ublas internals well enough to figure out
> how to use a compile time if, so I had to make the layout_type typedef
> public for a lot of types which I don't like.

The correct type is 'orientation_category' which is public. It is either
row_major_tag or column_major_tag.
Usually we use dispatchers. See e.g. in operation.hpp how it works.

mfg
Gunter