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

Adding two square matrix

Dilip1
Beginner
623 Views

I want to perform A+A^T (A is full square matrix... A is not a sparse matrix) and create a lower or upper triangular matrix C. How can I do that using BLAS?

0 Kudos
3 Replies
ShanmukhS_Intel
Moderator
563 Views

Hi,


Thanks for posting in Intel Communities.


Please refer to the below link for omputing a vector-scalar product and ddding the result to a vector.

https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2023-2/cblas-axpy.html


For computing the inverse of a triangular matrix refer to the below link.

https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2023-2/trtri.html


Kindly get back to us with details elaborated to help with your issue better.


Best Regards,

Shanmukh.SS


0 Kudos
ShanmukhS_Intel
Moderator
523 Views

Hi,


A gentle reminder:

Has the information provided helped? Could you please let us know if you need any more details?


Best Regards,

Shanmukh.SS


0 Kudos
ShanmukhS_Intel
Moderator
497 Views

Hi,


A gentle reminder:

Has the information provided helped? Could you please let us know if you need any more details?


Best Regards,

Shanmukh.SS


0 Kudos
Reply