Boost logo

Ublas :

Subject: Re: [ublas] [feature request] new free functions for matrix/vector sizes
From: Gunter Winkler (guwi17_at_[hidden])
Date: 2009-10-05 19:02:37


Am Wednesday 30 September 2009 schrieb Marco Guazzone:
> On Wed, Sep 30, 2009 at 12:15 AM, Gunter Winkler <guwi17_at_[hidden]>
wrote:
> > Hello Marco,
> >
> > I am still reviewing your code. It is very clear and well
> > documented.
>
> Thank you! I'm glad to hear this.
>

Finally, I committed your patch to trunk. In a few places I replaced
X::size_type by matrix_traits<X>::size_type (and similar) because we
should try to use traits whereever possible. My personal goal is to be
able to use uBLAS with plain c-arrays. (see c_array.hpp)

https://svn.boost.org/trac/boost/ticket/3449

mfg
Gunter