View Single Post
  #3 (permalink)  
Old February 14th, 2005, 02:30 PM
rockyrak rockyrak is offline
Authorized User
 
Join Date: Feb 2005
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rockyrak
Default

hi,

if the matric u wanted to transpose is nx1, then why u r writing a separate logic for transposing and then for multiplying.

Anyway you need to walk through elements one by one. Instead of vertical traverse, you need to horizontal traversal if you transpose.

Got it? if u have the multiplication logic, do the vertical traversal and multiply. thatz it.



Ram
Reply With Quote