- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Like the subject. Anyone know about it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Right, there is no exact function to do this.
MKL lapack provide one function ?lakf2
Forms a matrix containing Kronecker products
between the given matrices.
Include Files
• mkl.h
Description
The routine ?lakf2forms the 2*m*nby 2*m*nmatrix Z.
You may check if it can work. Otherwise, you may call
for loop mxn
mkl_?omatcopy (aij * B)
Performs scaling and out-place transposition/copying
of matrices.
do Kron(A,B)
Best Regards,
Ying
,
,
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
see this thread - https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/592457
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Right, there is no exact function to do this.
MKL lapack provide one function ?lakf2
Forms a matrix containing Kronecker products
between the given matrices.
Include Files
• mkl.h
Description
The routine ?lakf2forms the 2*m*nby 2*m*nmatrix Z.
You may check if it can work. Otherwise, you may call
for loop mxn
mkl_?omatcopy (aij * B)
Performs scaling and out-place transposition/copying
of matrices.
do Kron(A,B)
Best Regards,
Ying
,
,

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page