[patch] matrix transpose products using CML

Don McCoy don at codesourcery.com
Tue May 20 17:55:14 UTC 2008


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 McCoy
don (at) CodeSourcery
(888) 776-0262 / (650) 331-3385, x712

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cmp2.changes
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20080520/c1da6d9d/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cmp2.diff
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20080520/c1da6d9d/attachment-0001.ksh>


More information about the vsipl++ mailing list