Complex matrix

Apr 6, 2011 at 2:56pm
I have a exercise, i can't do it.Please help me:
"Multiply 2 complex matrix"
Thank alot!
Apr 6, 2011 at 3:43pm
Apr 7, 2011 at 3:46am
the link above is usefull, but it is only normal matrix
please help me
Apr 7, 2011 at 4:54am
It doesn't matter what type of number is in the matrix, the algorithm's the same.
Apr 7, 2011 at 5:12am
one point of caution of using the program in the link by kooth. If you are going to multiply complex numbers, though the idea is the same, if your matrix is nXn matrix where n >30, the complexity of this nature leads to a very slow program..try using openmp threading. Just a suggestion.
Apr 7, 2011 at 6:19am
closed account (D80DSL3A)
Don't forget to check your duplicate thread in the beginners section:
http://www.cplusplus.com/forum/beginner/40197/

I posted something useful there.
Topic archived. No new replies allowed.