Boost logo

Ublas :

Subject: Re: [ublas] [feature request] new free functions for matrix/vector sizes
From: Marco Guazzone (marco.guazzone_at_[hidden])
Date: 2009-10-06 17:04:00


On Tue, Oct 6, 2009 at 1:02 AM, Gunter Winkler <guwi17_at_[hidden]> wrote:
> 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
>

OK Got it!
I'll try to follow this way in future implementations.
For what concern my committed code, I've seen some code need still to
be adequated. If you I can help you to change it. Let me know.

Cheers,

-- Marco