Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Kronecker products

Gaston_N_
Beginner
799 Views

Hi all!

 

I'm trying to find an efficient way to compute Kronecker products (of matrices) using Intel Fortran MKL. I was hoping to find a routine that directly does the Kronecker product, but couldn't find it yet it for me. Does such a routine exists?

 

Alternatively, is there an obvious/efficient way to use other routines in order to get Kronecker products?

 

Thanks!

Gaston

0 Kudos
4 Replies
Gennady_F_Intel
Moderator
799 Views

pls see this thread - https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/559705

 

0 Kudos
Gaston_N_
Beginner
799 Views

Hi Gennady,

Thanks for your reply and for the suggested thread. I went over that post, but it doesn't really have an answer. I guess there is no built-in function to compute Kronecker product?

Thanks!

Gaston

0 Kudos
Gennady_F_Intel
Moderator
799 Views

Hi Gaston. Yes, that's right. MKL doesn't support such functionality. thanks.

0 Kudos
Royi
Novice
799 Views

Gennady,
Could you consider adding Kron to MKL?
Also something like MATLAB's speye(), spdiag() and eye() would be great.

0 Kudos
Reply