[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [vsipl++] [patch] matrix transpose products using CML
- To: Don McCoy <don@xxxxxxxxxxxxxxxx>
- Subject: Re: [vsipl++] [patch] matrix transpose products using CML
- From: Jules Bergmann <jules@xxxxxxxxxxxxxxxx>
- Date: Tue, 20 May 2008 15:57:38 -0400
Don McCoy wrote:
> As attached. Note the expanded test coverage using dimension
> orderings. This is due to the fact that for row-major matrices 'r'
and 'a'
>
> r = prodt(a, b) // if 'b' is row-major
>
> is equivalent to
>
> r = prod(a, b) // if 'b' is col-major
>
>
> Ok to commit?
Don, this looks good, please check it in. thanks, -- Jules
--
Jules Bergmann
CodeSourcery
jules@xxxxxxxxxxxxxxxx
(650) 331-3385 x705
|