Boost logo

Ublas :

Subject: Re: [ublas] New uBLAS maintainer
From: Rhys Ulerich (rhys.ulerich_at_[hidden])
Date: 2010-03-22 17:53:29


> I think I'll start with the concrete cases. Later on, it could be extended
> to concepts (if the appropriate concept-matching meta-functions are (made)
> available).

The concept matching functions are in boost::detail::multi_array
within concept_checks.hpp. I have a ticket open [1] to make them
public and documented. It's probably easier to work with the concepts
than the necessary evil that is soup of interwoven implementation
classes.

- Rhys

[1] https://svn.boost.org/trac/boost/ticket/4032