Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

Is there a performance gain from using exclusively transpose vs complex conjugate transpose?

1 view (last 30 days)
Intuitively it would appear that performing fewer operations would make a function faster, but this may not be the case for this particular operation. I suspect that for vectors and matrices with fewer elements there is probably little difference in performance between the two operations. Should there be a difference in the two operations at which point, in terms of number of elements I'm transposing, should I consider using exclusive transpose, .', vs complex conjugate transpose, '?
Thanks

Answers (0)

This question is closed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!