Complex matrix multiplication on opencl

Hello everyone, i’m a new programmer on opencl, i’ve to do a multiplication with 2 complex matrix but i don’t know how to deal with complex matrix on opencl. please any help?

Hello! We’ve posted a few articles about matrix multiplication that you may find helpful.

You could also have a look at some of the open source math libraries, such as:

Good luck!

thanks for the reply, but i’m searching about complex matrix ((a+ib) * (c+id))

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.