Complex matrix

I have a exercise, i can't do it.Please help me:
"Multiply 2 complex matrix"
Thank alot!
the link above is usefull, but it is only normal matrix
please help me
It doesn't matter what type of number is in the matrix, the algorithm's the same.
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.
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.