Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Kronecker products

Gaston_N_
Beginner
470 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
470 Views

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

 

Gaston_N_
Beginner
470 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

Gennady_F_Intel
Moderator
470 Views

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

Royi
Novice
470 Views

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

Reply