Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

Help!! Any function in MKL for conversion between full matrix and upper (or lower) triangular matrix

amrg
Beginner
999 Views
Does any one know if there is any function or any way in MKL to convert between full matrix format and upper triangular matrix format? Either in dense or sparse? (assume it is a symmetric matrix)
Many Thanks.
0 Kudos
1 Reply
Gennady_F_Intel
Moderator
999 Views

There are no such functions for conversion between full and upper triangular matrix formats as well for the packed as for the full storage schemes. I guess your question was about packed format only, because of for ordinary format it pretty easy to write code for conversion full < -- > symmetric format.
--Gennady

0 Kudos
Reply