[vsipl++] [patch] matrix transpose products using CML

Jules Bergmann jules at codesourcery.com
Tue May 20 19:57:38 UTC 2008


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 at codesourcery.com
(650) 331-3385 x705



More information about the vsipl++ mailing list